gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 20 for funcall:LIST_INSERT_HEAD (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c - 60.6KB - 2,238 lines
1348:         mutex_enter(&filelist_lock);
1349:         LIST_INSERT_HEAD(&filehead, fp, f_list);
1350:         mutex_exit(&filelist_lock);
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
557:                 SPLAY_REMOVE(phtree, &pp->pr_phtree, ph);
558:         LIST_INSERT_HEAD(pq, ph, ph_pagelist);
559: 
More results from subr_pool.c
bsd_source/t2ex/network/net/src_bsd/kern/uipc_accf.c - 12.6KB - 401 lines
131:         }                              
132:         LIST_INSERT_HEAD(&accept_filtlsthd, filt, accf_next);
133:         rw_exit(&accept_filter_lock);
bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf.c - 57.8KB - 1,910 lines
1808:         /* XXX lock */
1809:         LIST_INSERT_HEAD(&mowners, mo, mo_link);
1810: #ifdef T2EX
bsd_source/t2ex/network/net/src_bsd/net/bpf.c - 56.1KB - 2,015 lines
475:         mutex_enter(&bpf_mtx);
476:         LIST_INSERT_HEAD(&bpf_list, d, bd_list);
477:         mutex_exit(&bpf_mtx);
bsd_source/t2ex/network/net/src_bsd/net/if.c - 61.4KB - 2,117 lines
1073: 
1074:         LIST_INSERT_HEAD(&if_cloners, ifc, ifc_list);
1075:         if_cloners_count++;
bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c - 51.3KB - 1,589 lines
1436:         enm->enm_refcount = 1;
1437:         LIST_INSERT_HEAD(&ec->ec_multiaddrs, enm, enm_list);
1438:         ec->ec_multicnt++;
bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
239:         simple_lock(&tun_softc_lock);
240:         LIST_INSERT_HEAD(&tun_softc_list, tp, tun_list);
241:         simple_unlock(&tun_softc_lock);
More results from if_tun.c
bsd_source/t2ex/network/net/src_bsd/net/raw_cb.c - 4.0KB - 128 lines
86:         rp->rcb_proto.sp_protocol = proto;
87:         LIST_INSERT_HEAD(&rawcb, rp, rcb_list);
88:         return (0);
bsd_source/t2ex/network/net/src_bsd/net/route.c - 44.7KB - 1,375 lines
316: 
317:         LIST_INSERT_HEAD(&dom->dom_rtcache, ro, ro_rtcache_next);
318: }
More results from route.c