Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr.c241 #define INSERT_READ_BOTH(rem_tree, rem_list, desc) \ macro
274 INSERT_READ_BOTH(true, true, "insert_read_both: remove from tree + list");
275 INSERT_READ_BOTH(false, false, "insert_read_both: remove from neither");
276 INSERT_READ_BOTH(true, false, "insert_read_both: remove from tree");
277 INSERT_READ_BOTH(false, true, "insert_read_both: remove from list");
279 #undef INSERT_READ_BOTH
280 #define INSERT_READ_BOTH(rem_tree, rem_list, desc) \ macro
313 INSERT_READ_BOTH(true, true, "insert_read_both_list_first: remove from tree + list");
314 INSERT_READ_BOTH(false, false, "insert_read_both_list_first: remove from neither");
315 INSERT_READ_BOTH(true, false, "insert_read_both_list_first: remove from tree");
[all …]