Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/bpf/
Dhid_bpf_jmp_table.c396 struct hid_bpf_prog_entry *prog_entry; in __hid_bpf_attach_prog() local
437 prog_entry = &jmp_table.entries[jmp_table.tail]; in __hid_bpf_attach_prog()
440 prog_entry = &jmp_table.entries[jmp_table.head]; in __hid_bpf_attach_prog()
445 prog_entry->prog = prog; in __hid_bpf_attach_prog()
446 prog_entry->idx = prog_table_idx; in __hid_bpf_attach_prog()
447 prog_entry->hdev = hdev; in __hid_bpf_attach_prog()
448 prog_entry->type = prog_type; in __hid_bpf_attach_prog()
/Linux-v6.6/kernel/trace/
Dtrace_events_filter.c150 struct prog_entry { struct
168 static void update_preds(struct prog_entry *prog, int N, int invert) in update_preds() argument
469 static struct prog_entry *
474 struct prog_entry *prog_stack; in predicate_parse()
475 struct prog_entry *prog; in predicate_parse()
1173 struct prog_entry *prog; in filter_match_preds()
1283 struct prog_entry *prog; in free_prog()
2080 struct prog_entry *prog; in process_preds()
2556 static bool is_or(struct prog_entry *prog, int i) in is_or()
2577 struct prog_entry *prog = rcu_dereference_protected(filter->prog, in ftrace_function_set_filter()
[all …]
Dtrace.h1329 struct prog_entry;
1332 struct prog_entry __rcu *prog;