Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 33) sorted by relevance

12

/kernel/livepatch/
Dshadow.c58 unsigned long id; member
71 unsigned long id) in klp_shadow_match()
83 void *klp_shadow_get(void *obj, unsigned long id) in klp_shadow_get()
104 static void *__klp_shadow_get_or_alloc(void *obj, unsigned long id, in __klp_shadow_get_or_alloc()
196 void *klp_shadow_alloc(void *obj, unsigned long id, in klp_shadow_alloc()
225 void *klp_shadow_get_or_alloc(void *obj, unsigned long id, in klp_shadow_get_or_alloc()
253 void klp_shadow_free(void *obj, unsigned long id, klp_shadow_dtor_t dtor) in klp_shadow_free()
283 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor) in klp_shadow_free_all()
/kernel/time/
Dposix-clock.c199 static int get_clock_desc(const clockid_t id, struct posix_clock_desc *cd) in get_clock_desc()
226 static int pc_clock_adjtime(clockid_t id, struct __kernel_timex *tx) in pc_clock_adjtime()
250 static int pc_clock_gettime(clockid_t id, struct timespec64 *ts) in pc_clock_gettime()
269 static int pc_clock_getres(clockid_t id, struct timespec64 *ts) in pc_clock_getres()
288 static int pc_clock_settime(clockid_t id, const struct timespec64 *ts) in pc_clock_settime()
Dposix-timers.c119 timer_t id) in __posix_timers_find()
130 static struct k_itimer *posix_timer_by_id(timer_t id) in posix_timer_by_id()
1357 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock()
/kernel/
Duser_namespace.c215 u32 id; /* id to find */ member
254 map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_max()
272 map_id_range_down_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_base()
290 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down()
310 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
321 map_id_up_base(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_base()
341 map_id_up_max(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_max()
353 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
1094 u32 id = new_map->extent[0].lower_first; in new_idmap_permitted() local
Dworkqueue_internal.h46 int id; /* I: worker id */ member
Dcfi.c286 void cfi_slowpath_handler(uint64_t id, void *ptr, void *diag) in cfi_slowpath_handler()
Dseccomp.c56 u64 id; member
1136 u64 id; in seccomp_notify_id_valid() local
/kernel/trace/
Dtrace_export.c32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, \ argument
63 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \ argument
76 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print, filter) \ argument
134 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \ argument
Dtrace_syscalls.c308 static void ftrace_syscall_enter(void *data, struct pt_regs *regs, long id) in ftrace_syscall_enter()
482 int id; in init_syscall_trace() local
583 static void perf_syscall_enter(void *ignore, struct pt_regs *regs, long id) in perf_syscall_enter()
Dtrace.h71 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \ argument
78 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk, filter) argument
81 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, \ argument
87 #define FTRACE_ENTRY_PACKED(name, struct_name, id, tstruct, print, \ argument
369 #define IF_ASSIGN(var, entry, etype, id) \ argument
1902 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print, filter) \ argument
1906 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print, filter) \ argument
1910 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print, filter) \ argument
/kernel/bpf/
Dstackmap.c356 u32 hash, id, trace_nr, trace_len; in BPF_CALL_3() local
524 u32 id = *(u32 *)key, trace_len; in bpf_stackmap_copy() local
548 u32 id; in stack_map_get_next_key() local
583 u32 id = *(u32 *)key; in stack_map_delete_elem() local
Ddisasm.c47 const char *func_id_name(int id) in func_id_name()
Dsyscall.c259 int id; in bpf_map_alloc_id() local
1287 int id; in bpf_prog_alloc_id() local
2159 u32 id = attr->prog_id; in bpf_prog_get_fd_by_id() local
2191 u32 id = attr->map_id; in bpf_map_get_fd_by_id() local
Dbtf.c213 u32 id; member
632 u32 id, int_data; in btf_member_is_reg_int() local
863 int id; in btf_alloc_id() local
3489 int btf_get_fd_by_id(u32 id) in btf_get_fd_by_id()
Dverifier.c624 int id, err; in acquire_reference_state() local
4116 int id = acquire_reference_state(env, insn_idx); in check_helper_call() local
5628 struct bpf_reg_state *reg, u32 id, in mark_ptr_or_null_reg()
5680 static void __mark_ptr_or_null_regs(struct bpf_func_state *state, u32 id, in __mark_ptr_or_null_regs()
5705 u32 id = regs[regno].id; in mark_ptr_or_null_regs() local
Dcgroup.c532 u32 id; in __cgroup_bpf_query() local
/kernel/locking/
Dqspinlock_stat.h40 int cpu, id, len; in lockevent_read() local
Dlock_events.c65 int cpu, id, len; in lockevent_read() local
/kernel/sched/
Dautogroup.h13 unsigned long id; member
/kernel/debug/
Dgdbstub.c408 static char *pack_threadid(char *pkt, unsigned char *id) in pack_threadid()
428 static void int_to_threadref(unsigned char *id, int value) in int_to_threadref()
/kernel/irq/
Daffinity.c99 unsigned id; member
Dtimings.c603 int id; in irq_timings_alloc() local
/kernel/cgroup/
Dcgroup.c317 static void *cgroup_idr_replace(struct idr *idr, void *ptr, int id) in cgroup_idr_replace()
327 static void cgroup_idr_remove(struct idr *idr, int id) in cgroup_idr_remove()
1291 int id; in cgroup_init_root_id() local
4965 int id = css->id; in css_free_rwork_fn() local
5839 void cgroup_path_from_kernfs_id(const union kernfs_node_id *id, in cgroup_path_from_kernfs_id()
6225 struct cgroup_subsys_state *css_from_id(int id, struct cgroup_subsys *ss) in css_from_id()
/kernel/events/
Dring_buffer.c158 u64 id; in __perf_output_begin() member
/kernel/printk/
Dprintk.c720 u32 id = msg->caller_id; in msg_print_ext_header() local
1276 static size_t print_caller(u32 id, char *buf) in print_caller()
1285 #define print_caller(id, buf) 0 argument

12