Home
last modified time | relevance | path

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

12

/kernel/bpf/
A Darraymap.c169 u32 index = *(u32 *)key; in array_map_lookup_elem() local
244 u32 index = *(u32 *)key; in percpu_array_map_lookup_elem() local
287 u32 index = *(u32 *)key; in percpu_array_map_lookup_percpu_elem() local
301 u32 index = *(u32 *)key; in bpf_percpu_array_copy() local
349 u32 index = *(u32 *)key; in array_map_update_elem() local
388 u32 index = *(u32 *)key; in bpf_percpu_array_update() local
509 u32 index = *(u32 *)key; in percpu_array_map_seq_show_elem() local
583 u32 index; member
591 u32 index; in bpf_array_map_seq_start() local
610 u32 index; in bpf_array_map_seq_next() local
[all …]
A Dreuseport_array.c53 u32 index = *(u32 *)key; in reuseport_array_lookup_elem() local
65 u32 index = *(u32 *)key; in reuseport_array_delete_elem() local
238 u32 index = *(u32 *)key; in bpf_fd_reuseport_array_update_elem() local
320 u32 index = key ? *(u32 *)key : U32_MAX; in reuseport_array_get_next_key() local
A Dcpumap.c668 u32 index = key ? *(u32 *)key : U32_MAX; in cpu_map_get_next_key() local
682 static long cpu_map_redirect(struct bpf_map *map, u64 index, u64 flags) in cpu_map_redirect()
A Dbloom_filter.c24 u32 value_size, u32 index) in hash()
A Dqueue_stack_maps.c131 u32 index; in __stack_map_get() local
A Dlpm_trie.c154 static inline int extract_bit(const u8 *data, size_t index) in extract_bit()
A Dcore.c2047 u32 index = BPF_R3; in ___bpf_prog_run() local
2711 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index) in bpf_prog_array_delete_safe_at()
2731 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index, in bpf_prog_array_update_at()
/kernel/sched/
A Dcpuacct.c97 enum cpuacct_stat_index index) in cpuacct_cpuusage_read()
164 enum cpuacct_stat_index index) in __cpuusage_read()
212 enum cpuacct_stat_index index) in __cpuacct_percpu_seq_show()
244 int index; in cpuacct_all_seq_show() local
352 void cpuacct_account_field(struct task_struct *tsk, int index, u64 val) in cpuacct_account_field()
A Dcputime.c103 static inline void task_group_account_field(struct task_struct *p, int index, in task_group_account_field()
124 int index; in account_user_time() local
170 u64 cputime, enum cpu_usage_stat index) in account_system_index_time()
191 int index; in account_system_time() local
/kernel/irq/
A 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
717 int index, start, i, count, period_max; in irq_timings_test_next_index() local
742 int index = (start + i) & IRQ_TIMINGS_MASK; in irq_timings_test_next_index() local
779 int i, index, ret, irq = 0xACE5; in irq_timings_test_irqs() local
A Dmsi.c103 unsigned int domid, unsigned int index) in msi_insert_desc()
114 unsigned int index; in msi_insert_desc() local
453 unsigned int msi_domain_get_virq(struct device *dev, unsigned int domid, unsigned int index) in msi_domain_get_virq()
1478 unsigned int index, in __msi_domain_alloc_irq_at()
1547 struct msi_map msi_domain_alloc_irq_at(struct device *dev, unsigned int domid, unsigned int index, in msi_domain_alloc_irq_at()
A Dirqdesc.c185 unsigned long index = offset; in irq_find_at_or_after() local
/kernel/cgroup/
A Drdma.c83 int index, int new_max) in set_resource_limit()
164 enum rdmacg_resource_type index) in uncharge_cg_locked()
209 enum rdmacg_resource_type index) in rdmacg_uncharge_hierarchy()
231 enum rdmacg_resource_type index) in rdmacg_uncharge()
263 enum rdmacg_resource_type index) in rdmacg_try_charge()
399 int index, intval; in rdmacg_parse_limits() local
A Drstat.c626 enum cpu_usage_stat index, u64 delta_exec) in __cgroup_account_cputime_field()
/kernel/trace/
A 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
A Dfprobe.c422 int index; member
545 size_t index; member
/kernel/dma/
A Dswiotlb.c117 unsigned int index; member
862 int index = (tlb_addr - mem->start) >> IO_TLB_SHIFT; in swiotlb_bounce() local
937 static unsigned int wrap_area_index(struct io_tlb_pool *mem, unsigned int index) in wrap_area_index()
1028 unsigned int index, slots_checked, count = 0, i; in swiotlb_search_pool_area() local
1148 int index = -1; in swiotlb_search_area() local
1191 int index; in swiotlb_find_slots() local
1263 int index; in swiotlb_find_slots() local
1378 int index; in swiotlb_tbl_map_single() local
1448 int index, nslots, aindex; in swiotlb_release_slots() local
1757 int index; in swiotlb_alloc() local
/kernel/printk/
A Dconsole_cmdline.h8 int index; /* Minor dev. to use */ member
/kernel/power/
A Dmain.c433 int index; in last_failed_dev_show() local
447 int index; in last_failed_errno_show() local
462 int index; in last_failed_step_show() local
515 int i, index, last_dev, last_errno, last_step; in suspend_stats_show() local
A Dhibernate.c1497 int index, ret; in hibernate_compressor_param_set() local
/kernel/
A Daudit_tree.c36 unsigned index; /* index; upper bit indicates 'will prune' */ member
274 int index = p->index & ~(1U<<31); in find_chunk() local
A Dkallsyms.c155 static unsigned int get_symbol_seq(int index) in get_symbol_seq()
/kernel/time/
A Dtimer.c916 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_cpu_base() local
930 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_this_cpu_base() local
2389 static void run_timer_base(int index) in run_timer_base()
/kernel/rcu/
A Dtasks.h53 int index; member
257 int index = 0; in cblist_init_generic() local
546 int index; in rcu_tasks_invoke_cbs() local
/kernel/module/
A Dinternal.h94 } index; member

Completed in 74 milliseconds

12