Lines Matching refs:b_list
96 if (list_empty(&block->b_list)) {
99 list_del_init(&block->b_list);
107 b = list_entry(pos, struct nlm_block, b_list);
116 list_add_tail(&block->b_list, pos);
133 if (!list_empty(&block->b_list)) {
135 list_del_init(&block->b_list);
154 list_for_each_entry(block, &nlm_blocked, b_list) {
187 list_for_each_entry(block, &nlm_blocked, b_list) {
232 INIT_LIST_HEAD(&block->b_list);
324 if (list_empty(&block->b_list))
722 list_for_each_entry(block, &nlm_blocked, b_list) {
761 list_for_each_entry(block, &nlm_blocked, b_list) {
898 if (list_empty(&block->b_list))
989 block = list_entry(nlm_blocked.next, struct nlm_block, b_list);