Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/resctrl/
Dcat_test.c62 static unsigned long next_mask(unsigned long current_mask) in next_mask() function
123 current_mask = next_mask(current_mask); in check_results()
222 current_mask = next_mask(current_mask); in cat_test()
/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-qcom.c1101 u8 next_mask = 0xff; in qcom_pcie_config_sid_1_9_0() local
1104 if (!(val & next_mask)) { in qcom_pcie_config_sid_1_9_0()
/linux-6.12.1/net/sched/
Dcls_flower.c603 struct fl_flow_mask *mask, *next_mask; in fl_destroy() local
607 list_for_each_entry_safe(mask, next_mask, &head->masks, list) { in fl_destroy()