Lines Matching defs:node
49 s32 scx_bpf_create_dsq(u64 dsq_id, s32 node) __ksym;
81 const struct cpumask *scx_bpf_get_idle_cpumask_node(int node) __ksym __weak;
83 const struct cpumask *scx_bpf_get_idle_smtmask_node(int node) __ksym __weak;
87 s32 scx_bpf_pick_idle_cpu_node(const cpumask_t *cpus_allowed, int node, u64 flags) __ksym __weak;
89 s32 scx_bpf_pick_any_cpu_node(const cpumask_t *cpus_allowed, int node, u64 flags) __ksym __weak;
284 #define __contains(name, node) __attribute__((btf_decl_tag("contains:" #name ":" #node)))
294 struct bpf_list_node *node,
296 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0)
299 struct bpf_list_node *node,
301 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0)
306 struct bpf_rb_node *node) __ksym;
307 int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node,
310 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0)