/kernel/livepatch/ |
D | shadow.c | 58 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()
|
D | state.c | 31 struct klp_state *klp_get_state(struct klp_patch *patch, unsigned long id) in klp_get_state() 64 struct klp_state *klp_get_prev_state(unsigned long id) in klp_get_prev_state()
|
/kernel/printk/ |
D | printk_ringbuffer.c | 333 #define DESC_ID_PREV_WRAP(desc_ring, id) \ argument 347 unsigned long id; member 414 static enum desc_state get_desc_state(unsigned long id, in get_desc_state() 433 unsigned long id, struct prb_desc *desc_out, in desc_read() 544 unsigned long id) in desc_make_reusable() 576 unsigned long id; in data_make_reusable() local 882 unsigned long id; in desc_reserve() local 1025 struct prb_data_blk_lpos *blk_lpos, unsigned long id) in data_alloc() 1106 struct prb_data_blk_lpos *blk_lpos, unsigned long id) in data_realloc() 1266 unsigned long id; in desc_reopen_last() local [all …]
|
D | printk_ringbuffer.h | 108 unsigned long id; member 127 #define DESC_SV(id, state) (((unsigned long)state << DESC_FLAGS_SHIFT) | id) argument
|
/kernel/time/ |
D | posix-clock.c | 199 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()
|
D | posix-timers.c | 120 timer_t id) in __posix_timers_find() 132 static struct k_itimer *posix_timer_by_id(timer_t id) in posix_timer_by_id() 1440 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock()
|
/kernel/ |
D | user_namespace.c | 237 u32 id; /* id to find */ member 276 map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_max() 294 map_id_range_down_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_base() 312 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down() 332 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down() 343 map_id_up_base(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_base() 363 map_id_up_max(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_max() 375 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up() 1174 u32 id = new_map->extent[0].lower_first; in new_idmap_permitted() local
|
D | watch_queue.c | 198 u64 id) in __post_watch_notification() 525 u64 id, bool all) in remove_watch_from_object()
|
D | workqueue_internal.h | 47 int id; /* I: worker id */ member
|
/kernel/trace/ |
D | trace_export.c | 32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument 67 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 80 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument 127 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
|
D | trace_syscalls.c | 291 static void ftrace_syscall_enter(void *data, struct pt_regs *regs, long id) in ftrace_syscall_enter() 446 int id; in init_syscall_trace() local 571 static void perf_syscall_enter(void *ignore, struct pt_regs *regs, long id) in perf_syscall_enter()
|
D | trace.h | 93 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 100 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk) argument 103 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument 107 #define FTRACE_ENTRY_PACKED(name, struct_name, id, tstruct, print) \ argument 432 #define IF_ASSIGN(var, entry, etype, id) \ argument 1887 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument 1891 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument 1894 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
|
/kernel/bpf/ |
D | stackmap.c | 219 u32 hash, id, trace_nr, trace_len; in __bpf_get_stackid() local 582 u32 id = *(u32 *)key, trace_len; in bpf_stackmap_copy() local 606 u32 id; in stack_map_get_next_key() local 641 u32 id = *(u32 *)key; in stack_map_delete_elem() local
|
D | syscall.c | 379 int id; in bpf_map_alloc_id() local 1981 int id; in bpf_prog_alloc_id() local 2693 static void bpf_link_free_id(int id) in bpf_link_free_id() 2812 int id; in bpf_link_alloc_id() local 2839 int fd, id; in bpf_link_prime() local 3684 struct bpf_map *bpf_map_get_curr_or_next(u32 *id) in bpf_map_get_curr_or_next() 3703 struct bpf_prog *bpf_prog_get_curr_or_next(u32 *id) in bpf_prog_get_curr_or_next() 3724 struct bpf_prog *bpf_prog_by_id(u32 id) in bpf_prog_by_id() 3744 u32 id = attr->prog_id; in bpf_prog_get_fd_by_id() local 3769 u32 id = attr->map_id; in bpf_map_get_fd_by_id() local [all …]
|
D | disasm.c | 54 const char *func_id_name(int id) in func_id_name()
|
D | btf.c | 237 u32 id; member 543 int id; in bpf_find_btf_id() local 584 u32 id, u32 *res_id) in btf_type_skip_modifiers() 600 u32 id, u32 *res_id) in btf_type_resolve_ptr() 612 u32 id, u32 *res_id) in btf_type_resolve_func_ptr() 852 u32 id, int_data; in btf_member_is_reg_int() local 886 u32 id) in btf_type_skip_qualifiers() 920 u32 id = show->state.type_id; in btf_show_name() local 1592 int id; in btf_alloc_id() local 1844 u32 i, size, nelems = 1, id = 0; in __btf_resolve_size() local [all …]
|
D | cgroup_iter.c | 199 u64 id = linfo->cgroup.cgroup_id; in bpf_iter_attach_cgroup() local
|
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 16 __u32 id; member 41 __u32 id; member
|
/kernel/events/ |
D | hw_breakpoint_test.c | 65 static void fill_one_bp_slot(struct kunit *test, int *id, int cpu, struct task_struct *tsk) in fill_one_bp_slot() 80 static bool fill_bp_slots(struct kunit *test, int *id, int cpu, struct task_struct *tsk, int skip) in fill_bp_slots()
|
/kernel/locking/ |
D | qspinlock_stat.h | 40 int cpu, id, len; in lockevent_read() local
|
D | lock_events.c | 65 int cpu, id, len; in lockevent_read() local
|
/kernel/sched/ |
D | autogroup.h | 16 unsigned long id; member
|
D | core_sched.c | 132 unsigned long cookie = 0, id = 0; in sched_core_share_pid() local
|
/kernel/debug/ |
D | gdbstub.c | 405 static char *pack_threadid(char *pkt, unsigned char *id) in pack_threadid() 425 static void int_to_threadref(unsigned char *id, int value) in int_to_threadref()
|
/kernel/dma/ |
D | map_benchmark.c | 321 map_benchmark_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) in map_benchmark_pci_probe()
|