Searched refs:pending_rules (Results 1 – 1 of 1) sorted by relevance
215 u32 *pending_rules, in hws_bwc_queue_poll() argument220 bool got_comp = *pending_rules >= burst_th; in hws_bwc_queue_poll()231 while (queue_full || ((got_comp || drain) && *pending_rules)) { in hws_bwc_queue_poll()240 (*pending_rules) -= ret; in hws_bwc_queue_poll()565 u32 *pending_rules; in hws_bwc_matcher_move_all_simple() local572 pending_rules = kcalloc(bwc_queues, sizeof(*pending_rules), GFP_KERNEL); in hws_bwc_matcher_move_all_simple()573 if (!pending_rules) in hws_bwc_matcher_move_all_simple()611 pending_rules[i]++; in hws_bwc_matcher_move_all_simple()617 &pending_rules[i], false); in hws_bwc_matcher_move_all_simple()626 if (pending_rules[i]) { in hws_bwc_matcher_move_all_simple()[all …]