Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 37) sorted by relevance

12

/kernel/rcu/
Dsrcu.c147 static unsigned long srcu_readers_seq_idx(struct srcu_struct *sp, int idx) in srcu_readers_seq_idx()
164 static unsigned long srcu_readers_active_idx(struct srcu_struct *sp, int idx) in srcu_readers_active_idx()
186 static bool srcu_readers_active_idx_check(struct srcu_struct *sp, int idx) in srcu_readers_active_idx_check()
298 int idx; in __srcu_read_lock() local
314 void __srcu_read_unlock(struct srcu_struct *sp, int idx) in __srcu_read_unlock()
339 static bool try_check_zero(struct srcu_struct *sp, int idx, int trycount) in try_check_zero()
559 int idx = 1 ^ (sp->completed & 1); in srcu_advance_batches() local
Drcuperf.c133 static void rcu_perf_read_unlock(int idx) __releases(RCU) in rcu_perf_read_unlock()
170 static void rcu_bh_perf_read_unlock(int idx) __releases(RCU_BH) in rcu_bh_perf_read_unlock()
200 static void srcu_perf_read_unlock(int idx) __releases(srcu_ctlp) in srcu_perf_read_unlock()
243 static void sched_perf_read_unlock(int idx) in sched_perf_read_unlock()
272 static void tasks_perf_read_unlock(int idx) in tasks_perf_read_unlock()
326 int idx; in rcu_perf_reader() local
Drcutorture.c310 static void rcu_torture_read_unlock(int idx) __releases(RCU) in rcu_torture_read_unlock()
417 static void rcu_bh_torture_read_unlock(int idx) __releases(RCU_BH) in rcu_bh_torture_read_unlock()
519 static void srcu_torture_read_unlock(int idx) __releases(srcu_ctlp) in srcu_torture_read_unlock()
553 int idx = srcu_ctlp->completed & 0x1; in srcu_torture_stats() local
631 static void sched_torture_read_unlock(int idx) in sched_torture_read_unlock()
673 static void tasks_torture_read_unlock(int idx) in tasks_torture_read_unlock()
1088 int idx; in rcu_torture_timer() local
1155 int idx; in rcu_torture_reader() local
/kernel/sched/
Dtune.c119 int idx; member
247 int idx; in schedtune_cpu_update() local
271 schedtune_boostgroup_update(int idx, int boost) in schedtune_boostgroup_update()
317 schedtune_tasks_update(struct task_struct *p, int cpu, int idx, int task_count) in schedtune_tasks_update()
341 int idx; in schedtune_enqueue_task() local
462 int idx; in schedtune_dequeue_task() local
500 int idx; in schedtune_exit_task() local
659 int idx; in schedtune_css_alloc() local
803 int idx; in schedtune_test_nrg() local
Dcpudeadline.c34 static void cpudl_heapify_down(struct cpudl *cp, int idx) in cpudl_heapify_down()
76 static void cpudl_heapify_up(struct cpudl *cp, int idx) in cpudl_heapify_up()
102 static void cpudl_heapify(struct cpudl *cp, int idx) in cpudl_heapify()
Dloadavg.c159 int idx = calc_load_idx; in calc_load_write_idx() local
193 int idx = calc_load_write_idx(); in calc_load_enter_idle() local
221 int idx = calc_load_read_idx(); in calc_load_fold_idle() local
Dcpudeadline.h12 int idx; member
Dcpupri.c71 int idx = 0; in cpupri_find() local
/kernel/locking/
Dqspinlock.c93 static inline __pure u32 encode_tail(int cpu, int idx) in encode_tail()
109 int idx = (tail & _Q_TAIL_IDX_MASK) >> _Q_TAIL_IDX_OFFSET; in decode_tail() local
414 int idx; in queued_spin_lock_slowpath() local
/kernel/trace/
Dtracing_map.h169 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument
173 #define TRACING_MAP_ENTRY(array, idx) \ argument
176 #define TRACING_MAP_ELT(array, idx) \ argument
Dtrace_branch.c280 annotated_branch_stat_next(void *v, int idx) in annotated_branch_stat_next()
370 all_branch_stat_next(void *v, int idx) in all_branch_stat_next()
Dtracing_map.c194 int idx = tracing_map_add_field(map, cmp_fn); in tracing_map_add_key_field() local
353 int idx; in get_free_elt() local
416 u32 idx, key_hash, test_key; in __tracing_map_insert() local
Dtrace_functions_graph.c307 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr()
329 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr()
Dbpf_trace.c399 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() argument
Dtrace_events_hist.c740 int i, idx; in create_tracing_map_fields() local
1204 unsigned int idx = sort_key->field_idx; in event_hist_trigger_print() local
/kernel/
Duser_namespace.c202 unsigned idx, extents; in map_id_range_down() local
228 unsigned idx, extents; in map_id_down() local
251 unsigned idx, extents; in map_id_up() local
608 unsigned idx; in mappings_overlap() local
649 unsigned idx; in map_write() local
Dkcmp.c57 get_file_raw_ptr(struct task_struct *task, unsigned int idx) in get_file_raw_ptr()
Dnotifier.c495 int idx; in __srcu_notifier_call_chain() local
Dkallsyms.c183 static unsigned long kallsyms_sym_address(int idx) in kallsyms_sym_address()
/kernel/printk/
Dprintk.c421 static struct printk_log *log_from_idx(u32 idx) in log_from_idx()
435 static u32 log_next(u32 idx) in log_next()
720 u32 idx; member
1353 u32 idx; in syslog_print_all() local
1527 u32 idx = syslog_idx; in do_syslog() local
2004 static struct printk_log *log_from_idx(u32 idx) { return NULL; } in log_from_idx()
2005 static u32 log_next(u32 idx) { return 0; } in log_next()
2045 static int __add_preferred_console(char *name, int idx, char *options, in __add_preferred_console()
2083 int idx; in console_setup() local
2132 int add_preferred_console(char *name, int idx, char *options) in add_preferred_console()
[all …]
/kernel/time/
Dtimer.c459 static inline void timer_set_idx(struct timer_list *timer, unsigned int idx) in timer_set_idx()
478 unsigned int idx; in calc_wheel_index() local
516 unsigned int idx) in enqueue_timer()
526 unsigned int idx; in __internal_add_timer() local
835 unsigned idx = timer_get_idx(timer); in detach_if_pending() local
969 unsigned int idx = UINT_MAX; in __mod_timer() local
1371 unsigned int idx; in __collect_expired_timers() local
Dtimer_list.c64 int idx, u64 now) in print_timer()
/kernel/irq/
Dgeneric-chip.c335 int idx; in __irq_get_domain_generic_chip() local
377 int idx; in irq_map_generic_chip() local
/kernel/debug/
Dgdbstub.c344 int idx = 0; in pt_regs_to_gdb_regs() local
356 int idx = 0; in gdb_regs_to_pt_regs() local
/kernel/events/
Dring_buffer.c527 static void rb_free_aux_page(struct ring_buffer *rb, int idx) in rb_free_aux_page()

12