Home
last modified time | relevance | path

Searched refs:w_next (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/nscd/
H A Dnscd_wait.c43 mywait.w_next = wchan->w_next; in nscd_wait()
45 if (mywait.w_next) in nscd_wait()
46 mywait.w_next->w_prev = &mywait; in nscd_wait()
47 wchan->w_next = &mywait; in nscd_wait()
56 mywait.w_prev->w_next = mywait.w_next; in nscd_wait()
57 if (mywait.w_next) in nscd_wait()
58 mywait.w_next->w_prev = mywait.w_prev; in nscd_wait()
67 waiter_t *tmp = wchan->w_next; in nscd_signal()
79 tmp = tmp->w_next; in nscd_signal()
H A Dcache.h149 struct waiter *w_next, *w_prev; member
/titanic_50/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox_priv.h116 struct sbbc_msg_waiter *w_next; member
/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c1053 waiter->w_next = NULL; in sbbc_mbox_request_response()
1058 waiter->w_next = tmp; in sbbc_mbox_request_response()
1447 waiter->w_next = NULL; in sbbc_mbox_recv_msg()
1453 waiter->w_next = tmp; in sbbc_mbox_recv_msg()
1999 waiter != NULL; waiter = waiter->w_next) { in mbox_find_waiter()
2003 prev->w_next = waiter->w_next; in mbox_find_waiter()
2006 waiter->w_next; in mbox_find_waiter()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dqueue.c68 struct work *w_next; /* next in queue */ member
1608 if (WorkQ->w_next != NULL)
1611 WorkQ->w_next->w_host != NULL)
1614 WorkQ->w_next->w_host) != 0)
1620 WorkQ->w_next->w_host == NULL) ||
1622 WorkQ->w_next->w_host != NULL))
1626 WorkQ = WorkQ->w_next;
1723 if (WorkQ->w_next != NULL)
1726 WorkQ->w_next->w_host != NULL)
1729 WorkQ->w_next->w_host)
[all …]
/titanic_50/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h671 struct ibd_wqe_s *w_next; member
689 #define swqe_next w_ibd_swqe.w_next
707 #define rwqe_next w_ibd_rwqe.w_next
/titanic_50/usr/src/cmd/csh/
H A Dsh.func.c417 for (wp = whyles; wp; wp = wp->w_next) { in dogoto()
529 nwp->w_next = whyles; in doforeach()
570 nwp->w_next = whyles; in dowhile()
957 struct whyle *nwp = wp->w_next; in wfree()
H A Dsh.h363 struct whyle *w_next; /* Next (more outer) loop */ member
H A Dsh.lex.c1401 for (wp = whyles; wp->w_next; wp = wp->w_next)
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1141 list = list->w_next; in ibd_rc_repost_srq_free_list()
1149 list = list->w_next; in ibd_rc_repost_srq_free_list()