Searched defs:token (Results 1 – 12 of 12) sorted by relevance
| /kernel/bpf/ |
| D | token.c | 17 bool bpf_token_capable(const struct bpf_token *token, int cap) in bpf_token_capable() 30 void bpf_token_inc(struct bpf_token *token) in bpf_token_inc() 35 static void bpf_token_free(struct bpf_token *token) in bpf_token_free() 44 struct bpf_token *token = container_of(work, struct bpf_token, work); in bpf_token_put_deferred() local 49 void bpf_token_put(struct bpf_token *token) in bpf_token_put() 63 struct bpf_token *token = filp->private_data; in bpf_token_release() local 71 struct bpf_token *token = filp->private_data; in bpf_token_show_fdinfo() local 115 struct bpf_token *token = NULL; in bpf_token_create() local 217 struct bpf_token *token; in bpf_token_get_from_fd() local 230 bool bpf_token_allow_cmd(const struct bpf_token *token, enum bpf_cmd cmd) in bpf_token_allow_cmd() [all …]
|
| D | syscall.c | 1095 static int map_check_btf(struct bpf_map *map, struct bpf_token *token, in map_check_btf() 1218 struct bpf_token *token = NULL; in map_create() local 2642 struct bpf_token *token = NULL; in bpf_prog_load() local 4972 struct bpf_token *token = NULL; in bpf_btf_load() local
|
| /kernel/locking/ |
| D | rtmutex_api.c | 561 int token; in mutex_lock_io_nested() local 593 int token = io_schedule_prepare(); in mutex_lock_io() local
|
| D | mutex.c | 884 int token; in mutex_lock_io_nested() local 1123 int token; in mutex_lock_io() local
|
| /kernel/cgroup/ |
| D | misc.c | 273 char *token; in misc_cg_max_write() local
|
| D | cgroup-v1.c | 1329 char *token; in cgroup_no_v1() local
|
| D | cgroup.c | 6935 char *token; in cgroup_disable() local
|
| /kernel/trace/ |
| D | blktrace.c | 1715 char *buf, *s, *token; in blk_trace_str2mask() local
|
| D | trace_events.c | 4179 char *token; in early_enable_events() local
|
| D | trace.c | 10185 char *buf, *token, *inst_name; in ftrace_dump_by_param() local
|
| /kernel/sched/ |
| D | core.c | 8672 void io_schedule_finish(int token) in io_schedule_finish() 8683 int token; in io_schedule_timeout() local 8696 int token; in io_schedule() local
|
| /kernel/events/ |
| D | core.c | 11098 int state = IF_STATE_ACTION, token; in perf_event_parse_addr_filter() local
|