Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 28) sorted by relevance

12

/kernel/irq/
A Dgeneric-chip.c25 void irq_gc_noop(struct irq_data *d) in irq_gc_noop()
37 void irq_gc_mask_disable_reg(struct irq_data *d) in irq_gc_mask_disable_reg()
56 void irq_gc_mask_set_bit(struct irq_data *d) in irq_gc_mask_set_bit()
75 void irq_gc_mask_clr_bit(struct irq_data *d) in irq_gc_mask_clr_bit()
94 void irq_gc_unmask_enable_reg(struct irq_data *d) in irq_gc_unmask_enable_reg()
110 void irq_gc_ack_set_bit(struct irq_data *d) in irq_gc_ack_set_bit()
125 void irq_gc_ack_clr_bit(struct irq_data *d) in irq_gc_ack_clr_bit()
147 void irq_gc_mask_disable_and_ack_set(struct irq_data *d) in irq_gc_mask_disable_and_ack_set()
164 void irq_gc_eoi(struct irq_data *d) in irq_gc_eoi()
183 int irq_gc_set_wake(struct irq_data *d, unsigned int on) in irq_gc_set_wake()
[all …]
A Dinternals.h195 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
197 static inline unsigned int irqd_get(struct irq_data *d) in irqd_get()
205 static inline void irqd_set_move_pending(struct irq_data *d) in irqd_set_move_pending()
210 static inline void irqd_clr_move_pending(struct irq_data *d) in irqd_clr_move_pending()
215 static inline void irqd_set_managed_shutdown(struct irq_data *d) in irqd_set_managed_shutdown()
220 static inline void irqd_clr_managed_shutdown(struct irq_data *d) in irqd_clr_managed_shutdown()
225 static inline void irqd_clear(struct irq_data *d, unsigned int mask) in irqd_clear()
230 static inline void irqd_set(struct irq_data *d, unsigned int mask) in irqd_set()
235 static inline bool irqd_has_set(struct irq_data *d, unsigned int mask) in irqd_has_set()
514 static inline void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *d) in irq_add_debugfs_entry()
[all …]
A Dipi-mux.c29 static void ipi_mux_mask(struct irq_data *d) in ipi_mux_mask()
36 static void ipi_mux_unmask(struct irq_data *d) in ipi_mux_unmask()
54 static void ipi_mux_send_mask(struct irq_data *d, const struct cpumask *mask) in ipi_mux_send_mask()
98 static int ipi_mux_domain_alloc(struct irq_domain *d, unsigned int virq, in ipi_mux_domain_alloc()
A Dirqdomain.c45 static inline void debugfs_add_domain_dir(struct irq_domain *d) { } in debugfs_add_domain_dir()
46 static inline void debugfs_remove_domain_dir(struct irq_domain *d) { } in debugfs_remove_domain_dir()
839 static int irq_domain_translate(struct irq_domain *d, in irq_domain_translate()
1151 int irq_domain_xlate_onetwocell(struct irq_domain *d, in irq_domain_xlate_onetwocell()
1180 int irq_domain_translate_onecell(struct irq_domain *d, in irq_domain_translate_onecell()
1205 int irq_domain_translate_twocell(struct irq_domain *d, in irq_domain_translate_twocell()
1683 static void irq_domain_fix_revmap(struct irq_data *d) in irq_domain_fix_revmap()
2085 struct irq_domain *d = m->private; in irq_domain_debug_show() local
2098 static void debugfs_add_domain_dir(struct irq_domain *d) in debugfs_add_domain_dir()
2106 static void debugfs_remove_domain_dir(struct irq_domain *d) in debugfs_remove_domain_dir()
[all …]
A Dcpuhotplug.c20 static inline bool irq_needs_fixup(struct irq_data *d) in irq_needs_fixup()
55 struct irq_data *d = irq_desc_get_irq_data(desc); in migrate_one_irq() local
A Dchip.c173 struct irq_data *d = irq_desc_get_irq_data(desc); in __irq_startup_managed() local
208 struct irq_data *d = irq_desc_get_irq_data(desc); in irq_startup_managed() local
252 struct irq_data *d = irq_desc_get_irq_data(desc); in __irq_startup() local
271 struct irq_data *d = irq_desc_get_irq_data(desc); in irq_startup() local
306 struct irq_data *d = irq_desc_get_irq_data(desc); in irq_activate() local
A Dmigration.c40 for (struct irq_data *d = irq_desc_get_irq_data(desc); d; d = irqd_get_parent_data(d)) { in irq_force_complete_move() local
A Dmanage.c1338 struct irq_data *d = &desc->irq_data; in irq_request_resources() local
1346 struct irq_data *d = &desc->irq_data; in irq_release_resources() local
1355 struct irq_data *d = irq_desc_get_irq_data(desc); in irq_supports_nmi() local
1371 struct irq_data *d = irq_desc_get_irq_data(desc); in irq_nmi_setup() local
1379 struct irq_data *d = irq_desc_get_irq_data(desc); in irq_nmi_teardown() local
A Dmsi.c761 static void msi_domain_debug_show(struct seq_file *m, struct irq_domain *d, in msi_domain_debug_show()
925 struct irq_domain *d; in msi_create_parent_irq_domain() local
/kernel/bpf/
A Ddispatcher.c26 struct bpf_dispatcher *d, struct bpf_prog *prog) in bpf_dispatcher_find_prog()
38 struct bpf_dispatcher *d) in bpf_dispatcher_find_free()
43 static bool bpf_dispatcher_add_prog(struct bpf_dispatcher *d, in bpf_dispatcher_add_prog()
68 static bool bpf_dispatcher_remove_prog(struct bpf_dispatcher *d, in bpf_dispatcher_remove_prog()
94 static int bpf_dispatcher_prepare(struct bpf_dispatcher *d, void *image, void *buf) in bpf_dispatcher_prepare()
106 static void bpf_dispatcher_update(struct bpf_dispatcher *d, int prev_num_progs) in bpf_dispatcher_update()
137 void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, struct bpf_prog *from, in bpf_dispatcher_change_prog()
/kernel/printk/
A Dprintk_ringbuffer.c1281 struct prb_desc *d; in desc_reopen_last() local
1372 struct prb_desc *d; in prb_reserve_in_last() local
1566 struct prb_desc *d = to_desc(desc_ring, id); in desc_make_final() local
1604 struct prb_desc *d; in prb_reserve() local
1693 struct prb_desc *d = to_desc(desc_ring, e->id); in _prb_commit() local
2014 struct prb_desc *d; in prb_next_reserve_seq() local
/kernel/power/
A Denergy_model.c74 struct dentry *d; in em_debug_create_ps() local
122 struct dentry *d; in em_debug_create_pd() local
A Dswap.c597 struct crc_data *d = data; in crc32_threadfn() local
645 struct cmp_data *d = data; in compress_threadfn() local
1161 struct dec_data *d = data; in decompress_threadfn() local
/kernel/
A Ddelayacct.c143 int delayacct_add_tsk(struct taskstats *d, struct task_struct *tsk) in delayacct_add_tsk()
A Dauditsc.c98 struct audit_aux_data d; member
109 struct audit_aux_data d; member
2114 const struct dentry *d, *parent; in handle_path() local
A Daudit.h314 #define audit_watch_compare(w, i, d) 0 argument
320 #define audit_mark_compare(m, i, d) 0 argument
A Daudit_watch.c350 struct dentry *d; in audit_get_nd() local
/kernel/time/
A Dtick-internal.h84 static inline void tick_do_periodic_broadcast(struct clock_event_device *d) { } in tick_do_periodic_broadcast()
/kernel/sched/
A Dtopology.c1532 static void __free_domain_allocs(struct s_data *d, enum s_alloc what, in __free_domain_allocs()
1552 __visit_domain_allocation_hell(struct s_data *d, const struct cpumask *cpu_map) in __visit_domain_allocation_hell()
2446 struct s_data d; in build_sched_domains() local
A Drt.c2640 struct rt_schedulable_data *d = data; in tg_rt_schedulable() local
/kernel/events/
A Duprobes.c305 __update_ref_ctr(struct mm_struct *mm, unsigned long vaddr, short d) in __update_ref_ctr()
344 struct mm_struct *mm, short d) in update_ref_ctr_warn()
354 short d) in update_ref_ctr()
/kernel/trace/
A Dtrace.h1199 static inline void ftrace_init_tracefs(struct trace_array *tr, struct dentry *d) { } in ftrace_init_tracefs()
1200 static inline void ftrace_init_tracefs_toplevel(struct trace_array *tr, struct dentry *d) { } in ftrace_init_tracefs_toplevel()
A Dtrace_output.c555 char trace_find_mark(unsigned long long d) in trace_find_mark()
A Dtrace_events_filter.c2866 struct test_filter_data_t *d = &test_filter_data[i]; in ftrace_test_event_filter() local
/kernel/rcu/
A Dtree.c4751 ulong d; in rcu_init_geometry() local

Completed in 100 milliseconds

12