Home
last modified time | relevance | path

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

12

/kernel/
Dcfi.c73 unsigned long index; in ptr_to_shadow() local
89 int index) in shadow_to_ptr()
99 int index) in shadow_to_check_fn()
114 int i, index, check; in prepare_next_shadow() local
164 int index = ptr_to_shadow(s, ptr); in add_module_to_shadow() local
180 int index = ptr_to_shadow(s, ptr); in remove_module_from_shadow() local
243 int index; in ptr_to_check_fn() local
Dmodule-internal.h28 } index; member
Daudit_tree.c36 unsigned index; /* index; upper bit indicates 'will prune' */ member
274 int index = p->index & ~(1U<<31); in find_chunk() local
/kernel/bpf/
Darraymap.c162 u32 index = *(u32 *)key; in array_map_lookup_elem() local
208 const int index = BPF_REG_2; in array_map_gen_lookup() local
237 u32 index = *(u32 *)key; in percpu_array_map_lookup_elem() local
248 u32 index = *(u32 *)key; in bpf_percpu_array_copy() local
275 u32 index = key ? *(u32 *)key : U32_MAX; in array_map_get_next_key() local
301 u32 index = *(u32 *)key; in array_map_update_elem() local
339 u32 index = *(u32 *)key; in bpf_percpu_array_update() local
436 u32 index = *(u32 *)key; in percpu_array_map_seq_show_elem() local
515 u32 index; member
523 u32 index; in bpf_array_map_seq_start() local
[all …]
Dreuseport_array.c55 u32 index = *(u32 *)key; in reuseport_array_lookup_elem() local
67 u32 index = *(u32 *)key; in reuseport_array_delete_elem() local
247 u32 index = *(u32 *)key; in bpf_fd_reuseport_array_update_elem() local
329 u32 index = key ? *(u32 *)key : U32_MAX; in reuseport_array_get_next_key() local
Dqueue_stack_maps.c139 u32 index; in __stack_map_get() local
Dlpm_trie.c151 static inline int extract_bit(const u8 *data, size_t index) in extract_bit()
Dcore.c1579 u32 index = BPF_R3; in ___bpf_prog_run() local
2095 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index) in bpf_prog_array_delete_safe_at()
2115 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index, in bpf_prog_array_update_at()
Dcpumap.c669 u32 index = key ? *(u32 *)key : U32_MAX; in cpu_map_get_next_key() local
Ddevmap.c248 u32 index = key ? *(u32 *)key : U32_MAX; in dev_map_get_next_key() local
/kernel/sched/
Dcpuacct.c96 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
345 void cpuacct_account_field(struct task_struct *tsk, int index, u64 val) in cpuacct_account_field()
Dcputime.c113 static inline void task_group_account_field(struct task_struct *p, int index, in task_group_account_field()
134 int index; in account_user_time() local
183 u64 cputime, enum cpu_usage_stat index) in account_system_index_time()
207 int index; in account_system_time() local
/kernel/irq/
Dtimings.c384 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
/kernel/cgroup/
Drdma.c83 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
Drstat.c379 enum cpu_usage_stat index, u64 delta_exec) in __cgroup_account_cputime_field()
Dcgroup-v1.c406 int index = 0, pid = *pos; in cgroup_pidlist_start() local
/kernel/trace/
Dtrace_recursion_record.c27 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
Dfgraph.c63 int index; in ftrace_push_return_trace() local
150 int index; in ftrace_pop_return_trace() local
299 int index = task->curr_ret_stack; in ftrace_graph_ret_addr() local
419 int index; in ftrace_graph_probe_sched_switch() local
Dtrace_probe.c160 void trace_probe_log_set_index(int index) in trace_probe_log_set_index()
Dtrace_probe.h467 int index; member
Dbpf_trace.c498 u64 index = flags & BPF_F_INDEX_MASK; in get_map_perf_counter() local
571 u64 index = flags & BPF_F_INDEX_MASK; in __bpf_perf_event_output() local
/kernel/dma/
Dswiotlb.c370 int index = (tlb_addr - mem->start) >> IO_TLB_SHIFT; in swiotlb_bounce() local
453 static unsigned int wrap_index(struct io_tlb_mem *mem, unsigned int index) in wrap_index()
475 unsigned int index, wrap, count = 0, i; in swiotlb_find_slots() local
554 int index; in swiotlb_tbl_map_single() local
603 int index = (tlb_addr - offset - mem->start) >> IO_TLB_SHIFT; in swiotlb_release_slots() local
779 int index; in swiotlb_alloc() local
/kernel/printk/
Dconsole_cmdline.h8 int index; /* Minor dev. to use */ member
/kernel/power/
Dmain.c332 int index; in last_failed_dev_show() local
346 int index; in last_failed_errno_show() local
360 int index; in last_failed_step_show() local
398 int i, index, last_dev, last_errno, last_step; in suspend_stats_show() local
Dsnapshot.c499 int index; in add_rtree_block() local
785 int index; in memory_bm_find_bit() local

12