Searched refs:ast_queue (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/dlm/
H A Dast.c21 static struct list_head ast_queue; variable in typeref:struct:list_head
47 list_add_tail(&lkb->lkb_astqueue, &ast_queue);
68 list_for_each_entry(lkb, &ast_queue, lkb_astqueue) {
111 ret = list_empty(&ast_queue);
145 INIT_LIST_HEAD(&ast_queue);

Completed in 93 milliseconds