Home
last modified time | relevance | path

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

/fs/dlm/
Dplock.c19 static struct list_head send_list; variable
68 list_add_tail(&op->list, &send_list); in send_op()
334 if (!list_empty(&send_list)) { in dev_read()
335 op = list_entry(send_list.next, struct plock_op, list); in dev_read()
400 if (!list_empty(&send_list)) in dev_poll()
425 INIT_LIST_HEAD(&send_list); in dlm_plock_init()