Lines Matching refs:list_empty
102 if (list_empty(head)) { in fq_tin_dequeue()
104 if (list_empty(head)) in fq_tin_dequeue()
121 !list_empty(&tin->old_flows)) { in fq_tin_dequeue()
213 else if (list_empty(&tin->tin_list)) in fq_tin_enqueue()
228 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue()
299 if (!list_empty(&flow->flowchain)) { in fq_flow_reset()
301 if (list_empty(&tin->new_flows) && in fq_flow_reset()
302 list_empty(&tin->old_flows)) in fq_flow_reset()
320 if (list_empty(head)) { in fq_tin_reset()
322 if (list_empty(head)) in fq_tin_reset()
330 WARN_ON_ONCE(!list_empty(&tin->tin_list)); in fq_tin_reset()