Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h258 struct bpf_link *__link; \
261 __link = bpf_map__attach_struct_ops((__skel)->maps.__ops_name); \
262 SCX_BUG_ON(!__link, "Failed to attach struct_ops"); \
263 __link; \
/linux/drivers/base/
H A Dbase.h296 #define dev_for_each_link_to_supplier(__link, __dev) \ argument
297 list_for_each_entry_srcu(__link, &(__dev)->links.suppliers, c_node, \
300 #define dev_for_each_link_to_consumer(__link, __dev) \ argument
301 list_for_each_entry_srcu(__link, &(__dev)->links.consumers, s_node, \