Home
last modified time | relevance | path

Searched refs:lsb_marche_funebre (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c112 wake_up_all(&bkt->lsb_marche_funebre); in lu_object_put()
303 if (waitqueue_active(&bkt->lsb_marche_funebre)) in lu_object_free()
304 wake_up_all(&bkt->lsb_marche_funebre); in lu_object_free()
564 add_wait_queue(&bkt->lsb_marche_funebre, waiter); in htable_lookup()
699 remove_wait_queue(&bkt->lsb_marche_funebre, &wait); in lu_object_find_at()
981 init_waitqueue_head(&bkt->lsb_marche_funebre); in lu_site_init()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_object.c317 add_wait_queue(&bkt->lsb_marche_funebre, waiter); in lov_subobject_kill()
333 remove_wait_queue(&bkt->lsb_marche_funebre, waiter); in lov_subobject_kill()
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1088 add_wait_queue(&bkt->lsb_marche_funebre, &waiter); in cl_object_put_last()
1098 remove_wait_queue(&bkt->lsb_marche_funebre, &waiter); in cl_object_put_last()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlu_object.h577 wait_queue_head_t lsb_marche_funebre; member