Home
last modified time | relevance | path

Searched refs:next_mask (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/resctrl/
H A Dcat_test.c40 static unsigned long next_mask(unsigned long current_mask) in show_results_info()
100 current_mask = next_mask(current_mask); in check_results()
201 current_mask = next_mask(current_mask); in cat_test()
62 static unsigned long next_mask(unsigned long current_mask) next_mask() function
/linux/net/sched/
H A Dcls_flower.c599 struct fl_flow_mask *mask, *next_mask; in fl_destroy() local
603 list_for_each_entry_safe(mask, next_mask, &head->masks, list) { in fl_destroy()