Searched refs:send_bast_queue (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 2664 static void send_bast_queue(struct dlm_rsb *r, struct list_head *head, in send_bast_queue() function 2682 send_bast_queue(r, &r->res_grantqueue, lkb); in send_blocking_asts() 2687 send_bast_queue(r, &r->res_grantqueue, lkb); in send_blocking_asts_all() 2688 send_bast_queue(r, &r->res_convertqueue, lkb); in send_blocking_asts_all()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 2438 static void send_bast_queue(struct dlm_rsb *r, struct list_head *head, in send_bast_queue() function 2456 send_bast_queue(r, &r->res_grantqueue, lkb); in send_blocking_asts() 2461 send_bast_queue(r, &r->res_grantqueue, lkb); in send_blocking_asts_all() 2462 send_bast_queue(r, &r->res_convertqueue, lkb); in send_blocking_asts_all()
|
Completed in 14 milliseconds