Lines Matching refs:asts
218 list_add_tail(&lkb->lkb_cb_list, &proc->asts);
628 process and asts that need to be delivered to the process. */
646 INIT_LIST_HEAD(&proc->asts);
810 if (list_empty(&proc->asts)) {
820 if (list_empty(&proc->asts) && !signal_pending(current)) {
839 lkb = list_entry(proc->asts.next, struct dlm_lkb, lkb_cb_list);
851 /* removes ref for proc->asts, may cause lkb to be freed */
860 /* removes ref for proc->asts, may cause lkb to be freed */
881 /* removes ref for proc->asts, may cause lkb to be freed */
895 if (!list_empty(&proc->asts)) {