Searched refs:SLIST_FOREACH_SAFE (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dvm_pressure.c241 SLIST_FOREACH_SAFE(kn, &vm_pressure_klist, kn_selnext, kn_tmp) {
250 SLIST_FOREACH_SAFE(kn, &vm_pressure_klist_dormant, kn_selnext, kn_tmp) {
262 SLIST_FOREACH_SAFE(kn, &dispatch_klist, kn_selnext, kn_tmp) {
H A Dtty_ptmx.c691 SLIST_FOREACH_SAFE(kn, list, kn_selnext, tkn) { function
697 SLIST_FOREACH_SAFE(kn, list, kn_selnext, tkn) { function
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_prproxy.c291 SLIST_FOREACH_SAFE(up, up_head, ndprl_le, ndprl_tmp) { function
346 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { function
969 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) {
1099 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) {
1234 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) {
H A Dmld6.c249 SLIST_FOREACH_SAFE(_in6m, _head, in6m_dtle, _inm_tmp) { \
/xnu-2782.1.97/bsd/sys/
H A Dqueue.h233 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c1622 SLIST_FOREACH_SAFE(ifal, &ifal_head, ifal_le, ifal_tmp) {
2040 SLIST_FOREACH_SAFE(ifl, &ifl_head, ifl_le, ifl_tmp) {
H A Dpf_ioctl.c408 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) {
429 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) {
2723 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) {
/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c1899 SLIST_FOREACH_SAFE(fs, &flowsethash[i], next, fs1) {
1904 SLIST_FOREACH_SAFE(pipe, &pipehash[i], next, pipe1) {
H A Digmp.c298 SLIST_FOREACH_SAFE(_inm, _head, inm_dtle, _inm_tmp) { \
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c1713 SLIST_FOREACH_SAFE(gsp, &req->r_gss_seqlist, gss_seqnext, ngsp) {
H A Dnfs_socket.c3756 SLIST_FOREACH_SAFE(gsp, &req->r_gss_seqlist, gss_seqnext, ngsp)

Completed in 196 milliseconds