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()
212 else if (list_empty(&tin->tin_list)) in fq_tin_enqueue()
223 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue()
295 if (!list_empty(&flow->flowchain)) { in fq_flow_reset()
297 if (list_empty(&tin->new_flows) && in fq_flow_reset()
298 list_empty(&tin->old_flows)) in fq_flow_reset()
316 if (list_empty(head)) { in fq_tin_reset()
318 if (list_empty(head)) in fq_tin_reset()
326 WARN_ON_ONCE(!list_empty(&tin->tin_list)); in fq_tin_reset()