/kernel/bpf/ |
D | arraymap.c | 157 static void *array_map_elem_ptr(struct bpf_array* array, u32 index) in array_map_elem_ptr() 166 u32 index = *(u32 *)key; in array_map_lookup_elem() local 212 const int index = BPF_REG_2; in array_map_gen_lookup() local 241 u32 index = *(u32 *)key; in percpu_array_map_lookup_elem() local 252 u32 index = *(u32 *)key; in percpu_array_map_lookup_percpu_elem() local 266 u32 index = *(u32 *)key; in bpf_percpu_array_copy() local 294 u32 index = key ? *(u32 *)key : U32_MAX; in array_map_get_next_key() local 322 u32 index = *(u32 *)key; in array_map_update_elem() local 361 u32 index = *(u32 *)key; in bpf_percpu_array_update() local 478 u32 index = *(u32 *)key; in percpu_array_map_seq_show_elem() local [all …]
|
D | reuseport_array.c | 53 u32 index = *(u32 *)key; in reuseport_array_lookup_elem() local 65 u32 index = *(u32 *)key; in reuseport_array_delete_elem() local 241 u32 index = *(u32 *)key; in bpf_fd_reuseport_array_update_elem() local 323 u32 index = key ? *(u32 *)key : U32_MAX; in reuseport_array_get_next_key() local
|
D | bloom_filter.c | 31 u32 value_size, u32 index) in hash()
|
D | queue_stack_maps.c | 138 u32 index; in __stack_map_get() local
|
D | lpm_trie.c | 152 static inline int extract_bit(const u8 *data, size_t index) in extract_bit()
|
D | core.c | 1838 u32 index = BPF_R3; in ___bpf_prog_run() local 2363 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index) in bpf_prog_array_delete_safe_at() 2383 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index, in bpf_prog_array_update_at()
|
D | cpumap.c | 672 u32 index = key ? *(u32 *)key : U32_MAX; in cpu_map_get_next_key() local
|
/kernel/sched/ |
D | cpuacct.c | 95 enum cpuacct_stat_index index) in cpuacct_cpuusage_read() 162 enum cpuacct_stat_index index) in __cpuusage_read() 210 enum cpuacct_stat_index index) in __cpuacct_percpu_seq_show() 242 int index; in cpuacct_all_seq_show() local 350 void cpuacct_account_field(struct task_struct *tsk, int index, u64 val) in cpuacct_account_field()
|
D | cputime.c | 107 static inline void task_group_account_field(struct task_struct *p, int index, in task_group_account_field() 128 int index; in account_user_time() local 177 u64 cputime, enum cpu_usage_stat index) in account_system_index_time() 201 int index; in account_system_time() local
|
/kernel/irq/ |
D | timings.c | 384 int index, i, period_max, count, start, min = INT_MAX; in __irq_timings_next_event() local 422 int index = (start + i) & IRQ_TIMINGS_MASK; in __irq_timings_next_event() local 449 int index; in __irq_timings_store() local 716 int index, start, i, count, period_max; in irq_timings_test_next_index() local 741 int index = (start + i) & IRQ_TIMINGS_MASK; in irq_timings_test_next_index() local 778 int i, index, ret, irq = 0xACE5; in irq_timings_test_irqs() local
|
D | msi.c | 61 static int msi_insert_desc(struct msi_device_data *md, struct msi_desc *desc, unsigned int index) in msi_insert_desc() 102 static int msi_add_simple_msi_descs(struct device *dev, unsigned int index, unsigned int ndesc) in msi_add_simple_msi_descs() 317 unsigned int msi_get_virq(struct device *dev, unsigned int index) in msi_get_virq()
|
/kernel/cgroup/ |
D | rdma.c | 83 int index, int new_max) in set_resource_limit() 164 enum rdmacg_resource_type index) in uncharge_cg_locked() 208 enum rdmacg_resource_type index) in rdmacg_uncharge_hierarchy() 229 enum rdmacg_resource_type index) in rdmacg_uncharge() 261 enum rdmacg_resource_type index) in rdmacg_try_charge() 397 int index, intval; in rdmacg_parse_limits() local
|
D | rstat.c | 420 enum cpu_usage_stat index, u64 delta_exec) in __cgroup_account_cputime_field()
|
/kernel/trace/ |
D | trace_recursion_record.c | 27 int index = 0; in ftrace_record_recursion() local 124 int index; in recursed_function_seq_start() local 143 int index; in recursed_function_seq_next() local
|
D | fgraph.c | 72 int index; in ftrace_push_return_trace() local 161 int index; in ftrace_pop_return_trace() local 310 int index = task->curr_ret_stack; in ftrace_graph_ret_addr() local 432 int index; in ftrace_graph_probe_sched_switch() local
|
D | trace_events_user.c | 62 #define MAP_STATUS_BYTE(index) ((index) >> 3) argument 63 #define MAP_STATUS_MASK(index) BIT((index) & 7) argument 114 int index; member 1277 int index; in user_event_parse() local
|
D | trace_probe.c | 160 void trace_probe_log_set_index(int index) in trace_probe_log_set_index()
|
D | trace_probe.h | 470 int index; member
|
/kernel/dma/ |
D | swiotlb.c | 93 unsigned int index; member 555 int index = (tlb_addr - mem->start) >> IO_TLB_SHIFT; in swiotlb_bounce() local 636 static unsigned int wrap_area_index(struct io_tlb_mem *mem, unsigned int index) in wrap_area_index() 660 unsigned int index, wrap, count = 0, i; in swiotlb_do_find_slots() local 742 int i = start, index; in swiotlb_find_slots() local 774 int index; in swiotlb_tbl_map_single() local 826 int index = (tlb_addr - offset - mem->start) >> IO_TLB_SHIFT; in swiotlb_release_slots() local 997 int index; in swiotlb_alloc() local
|
/kernel/printk/ |
D | console_cmdline.h | 8 int index; /* Minor dev. to use */ member
|
/kernel/power/ |
D | main.c | 339 int index; in last_failed_dev_show() local 353 int index; in last_failed_errno_show() local 367 int index; in last_failed_step_show() local 405 int i, index, last_dev, last_errno, last_step; in suspend_stats_show() local
|
D | snapshot.c | 504 int index; in add_rtree_block() local 791 int index; in memory_bm_find_bit() local
|
/kernel/ |
D | audit_tree.c | 36 unsigned index; /* index; upper bit indicates 'will prune' */ member 274 int index = p->index & ~(1U<<31); in find_chunk() local
|
D | kallsyms.c | 200 static unsigned int get_symbol_seq(int index) in get_symbol_seq()
|
/kernel/module/ |
D | internal.h | 78 } index; member
|