Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c402 struct hid_bpf_prog_entry *prog_entry; in __hid_bpf_attach_prog() local
438 prog_entry = &jmp_table.entries[jmp_table.tail]; in __hid_bpf_attach_prog()
441 prog_entry = &jmp_table.entries[jmp_table.head]; in __hid_bpf_attach_prog()
446 prog_entry->prog = prog; in __hid_bpf_attach_prog()
447 prog_entry->idx = prog_table_idx; in __hid_bpf_attach_prog()
448 prog_entry->hdev = hdev; in __hid_bpf_attach_prog()
449 prog_entry->type = prog_type; in __hid_bpf_attach_prog()
/linux/kernel/trace/
H A 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()
2559 static bool is_or(struct prog_entry *prog, int i) in is_or()
2580 struct prog_entry *prog = rcu_dereference_protected(filter->prog, in ftrace_function_set_filter()
[all …]
H A Dtrace.h1338 struct prog_entry;
1341 struct prog_entry __rcu *prog;