Lines Matching refs:LIST_INIT
283 LIST_INIT(&lf_lock_states); in lf_init()
287 LIST_INIT(&lf_lock_owners[i].list); in lf_init()
570 LIST_INIT(&lock->lf_outedges); in lf_advlockasync()
571 LIST_INIT(&lock->lf_inedges); in lf_advlockasync()
599 LIST_INIT(&ls->ls_active); in lf_advlockasync()
600 LIST_INIT(&ls->ls_pending); in lf_advlockasync()
1207 LIST_INIT(&granted); in lf_activate_lock()
1347 LIST_INIT(&granted); in lf_cancel_lock()
1836 LIST_INIT(&splitlock->lf_outedges); in lf_split()
1837 LIST_INIT(&splitlock->lf_inedges); in lf_split()
2415 LIST_INIT(&v->v_outedges); in graph_alloc_vertex()
2416 LIST_INIT(&v->v_inedges); in graph_alloc_vertex()