HomeSort by: relevance | last modified time | path
    Searched refs:listhead (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/include/sys/
t_list.c 52 LIST_HEAD(listhead, entry) old_head, new_head, old_copy;
  /src/usr.bin/pkill/
pkill.c 83 SLIST_HEAD(listhead, list);
103 static struct listhead euidlist = SLIST_HEAD_INITIALIZER(list);
104 static struct listhead ruidlist = SLIST_HEAD_INITIALIZER(list);
105 static struct listhead rgidlist = SLIST_HEAD_INITIALIZER(list);
106 static struct listhead pgrplist = SLIST_HEAD_INITIALIZER(list);
107 static struct listhead ppidlist = SLIST_HEAD_INITIALIZER(list);
108 static struct listhead tdevlist = SLIST_HEAD_INITIALIZER(list);
109 static struct listhead sidlist = SLIST_HEAD_INITIALIZER(list);
115 static void makelist(struct listhead *, enum listtype, char *);
580 makelist(struct listhead *head, enum listtype type, char *src
    [all...]
  /src/sys/kern/
vfs_lockf.c 389 lf_wakelock(struct lockf *listhead)
393 while ((wakelock = TAILQ_FIRST(&listhead->lf_blkhd))) {
394 KASSERT(wakelock->lf_next == listhead);
395 TAILQ_REMOVE(&listhead->lf_blkhd, wakelock, lf_block);
  /src/sys/netinet/
sctp_pcb.c 150 LIST_FOREACH(inp, &sctppcbinfo.listhead, sctp_list) {
178 LIST_FOREACH(inp, &sctppcbinfo.listhead, sctp_list) {
1329 inp = LIST_FIRST(&sctppcbinfo.listhead);
1426 LIST_INSERT_HEAD(&sctppcbinfo.listhead, inp, sctp_list);
3789 LIST_INIT(&sctppcbinfo.listhead);
4615 LIST_FOREACH(inp, &sctppcbinfo.listhead, sctp_list) {
4703 it->inp = LIST_FIRST(&sctppcbinfo.listhead);
sctp_pcb.h 143 struct sctppcbhead listhead; member in struct:sctp_epinfo
sctp_asconf.c 1944 LIST_FOREACH(inp, &sctppcbinfo.listhead, sctp_list) {
1995 LIST_FOREACH(inp, &sctppcbinfo.listhead, sctp_list) {
2087 LIST_FOREACH(inp, &sctppcbinfo.listhead, sctp_list) {
dccp_usrreq.c 2507 for (inp = LIST_FIRST(dccpbinfo.listhead), i = 0; inp && i < n;

Completed in 123 milliseconds