Home
last modified time | relevance | path

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

12

/kernel/rcu/
Dsrcutree.c247 static unsigned long srcu_readers_lock_idx(struct srcu_struct *ssp, int idx) in srcu_readers_lock_idx()
264 static unsigned long srcu_readers_unlock_idx(struct srcu_struct *ssp, int idx) in srcu_readers_unlock_idx()
281 static bool srcu_readers_active_idx_check(struct srcu_struct *ssp, int idx) in srcu_readers_active_idx_check()
405 int idx; in __srcu_read_lock() local
419 void __srcu_read_unlock(struct srcu_struct *ssp, int idx) in __srcu_read_unlock()
520 int idx; in srcu_gp_end() local
635 int idx = rcu_seq_ctr(s) % ARRAY_SIZE(sdp->mynode->srcu_have_cbs); in srcu_funnel_gp_start() local
698 static bool try_check_zero(struct srcu_struct *ssp, int idx, int trycount) in try_check_zero()
838 int idx; in __call_srcu() local
1092 int idx; in srcu_advance_state() local
[all …]
Dsrcutiny.c94 void __srcu_read_unlock(struct srcu_struct *ssp, int idx) in __srcu_read_unlock()
111 int idx; in srcu_drive_gp() local
Drcuperf.c156 static void rcu_perf_read_unlock(int idx) __releases(RCU) in rcu_perf_read_unlock()
197 static void srcu_perf_read_unlock(int idx) __releases(srcu_ctlp) in srcu_perf_read_unlock()
280 static void tasks_perf_read_unlock(int idx) in tasks_perf_read_unlock()
325 int idx; in rcu_perf_reader() local
Drcutorture.c364 static void rcu_torture_read_unlock(int idx) __releases(RCU) in rcu_torture_read_unlock()
538 static void srcu_torture_read_unlock(int idx) __releases(srcu_ctlp) in srcu_torture_read_unlock()
657 static void tasks_torture_read_unlock(int idx) in tasks_torture_read_unlock()
706 static void rcu_torture_read_unlock_trivial(int idx) __releases(RCU) in rcu_torture_read_unlock_trivial()
1773 int idx; in rcu_torture_fwd_prog_nr() local
/kernel/locking/
Dqspinlock.c114 static inline __pure u32 encode_tail(int cpu, int idx) in encode_tail()
127 int idx = (tail & _Q_TAIL_IDX_MASK) >> _Q_TAIL_IDX_OFFSET; in decode_tail() local
133 struct mcs_spinlock *grab_mcs_node(struct mcs_spinlock *base, int idx) in grab_mcs_node()
318 int idx; in queued_spin_lock_slowpath() local
Dlockdep_internals.h221 int idx; in debug_class_ops_inc() local
229 int idx, cpu; in debug_class_ops_read() local
/kernel/sched/
Dloadavg.c211 int idx = calc_load_idx; in calc_load_write_idx() local
245 int idx = calc_load_write_idx(); in calc_load_nohz_start() local
273 int idx = calc_load_read_idx(); in calc_load_nohz_fold() local
Dcpudeadline.c26 static void cpudl_heapify_down(struct cpudl *cp, int idx) in cpudl_heapify_down()
69 static void cpudl_heapify_up(struct cpudl *cp, int idx) in cpudl_heapify_up()
95 static void cpudl_heapify(struct cpudl *cp, int idx) in cpudl_heapify()
Dcpudeadline.h8 int idx; member
Dcpupri.c65 int idx = 0; in cpupri_find() local
Dautogroup.c213 int err, idx; in proc_sched_autogroup_set_nice() local
/kernel/trace/
Dfgraph.c247 ftrace_graph_get_ret_stack(struct task_struct *task, int idx) in ftrace_graph_get_ret_stack()
273 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr()
292 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr()
Dtracing_map.h173 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument
177 #define TRACING_MAP_ENTRY(array, idx) \ argument
180 #define TRACING_MAP_ELT(array, idx) \ argument
Dtracing_map.c274 int idx = tracing_map_add_field(map, cmp_fn); in tracing_map_add_key_field() local
452 int idx; in get_free_elt() local
515 u32 idx, key_hash, test_key; in __tracing_map_insert() local
Dtrace_branch.c323 annotated_branch_stat_next(void *v, int idx) in annotated_branch_stat_next()
413 all_branch_stat_next(void *v, int idx) in all_branch_stat_next()
/kernel/bpf/
Ddevmap.c72 unsigned int idx; /* keep track of map index for tracepoint */ member
105 int idx) in dev_map_index_hash()
307 u32 idx, *next = next_key; in dev_map_hash_get_next_key() local
586 unsigned int idx) in __dev_map_alloc_node()
669 u32 idx = *(u32 *)key; in __dev_map_hash_update_elem() local
/kernel/printk/
Dprintk.c488 static struct printk_log *log_from_idx(u32 idx) in log_from_idx()
502 static u32 log_next(u32 idx) in log_next()
786 u32 idx; member
1425 u32 idx; in syslog_print_all() local
1590 u32 idx = syslog_idx; in do_syslog() local
2079 static struct printk_log *log_from_idx(u32 idx) { return NULL; } in log_from_idx()
2080 static u32 log_next(u32 idx) { return 0; } in log_next()
2117 static int __add_preferred_console(char *name, int idx, char *options, in __add_preferred_console()
2166 int idx; in console_setup() local
2215 int add_preferred_console(char *name, int idx, char *options) in add_preferred_console()
[all …]
/kernel/time/
Dtimer.c481 static inline void timer_set_idx(struct timer_list *timer, unsigned int idx) in timer_set_idx()
500 unsigned int idx; in calc_wheel_index() local
538 unsigned int idx) in enqueue_timer()
550 unsigned int idx; in __internal_add_timer() local
824 unsigned idx = timer_get_idx(timer); in detach_if_pending() local
952 unsigned int idx = UINT_MAX; in __mod_timer() local
1463 unsigned int idx; in __collect_expired_timers() local
/kernel/
Duser_namespace.c274 unsigned idx; in map_id_range_down_base() local
323 unsigned idx; in map_id_up_base() local
713 unsigned idx; in mappings_overlap() local
853 unsigned idx; in map_write() local
Dkcmp.c62 get_file_raw_ptr(struct task_struct *task, unsigned int idx) in get_file_raw_ptr()
Dkexec_elf.c204 int idx) in elf_read_phdr()
/kernel/irq/
Dgeneric-chip.c343 int idx; in __irq_get_domain_generic_chip() local
386 int idx; in irq_map_generic_chip() local
/kernel/debug/
Dgdbstub.c345 int idx = 0; in pt_regs_to_gdb_regs() local
357 int idx = 0; in gdb_regs_to_pt_regs() local
/kernel/cgroup/
Ddebug.c139 int idx = 0; in cgroup_css_links_read() local
/kernel/dma/
Ddebug.c246 int idx = hash_fn(entry); in get_hash_bucket() local
401 int idx; in debug_dma_dump_mappings() local
821 int idx; in dump_show() local

12