/kernel/ |
D | notifier.c | 23 struct notifier_block *n) in notifier_chain_register() 37 struct notifier_block *n) in notifier_chain_cond_register() 52 struct notifier_block *n) in notifier_chain_unregister() 124 struct notifier_block *n) in atomic_notifier_chain_register() 146 struct notifier_block *n) in atomic_notifier_chain_unregister() 216 struct notifier_block *n) in blocking_notifier_chain_register() 247 struct notifier_block *n) in blocking_notifier_chain_cond_register() 269 struct notifier_block *n) in blocking_notifier_chain_unregister() 350 struct notifier_block *n) in raw_notifier_chain_register() 367 struct notifier_block *n) in raw_notifier_chain_unregister() [all …]
|
D | auditsc.c | 135 unsigned n; in audit_match_perm() local 178 struct audit_names *n; in audit_match_filetype() local 252 int n; in unroll_tree_refs() local 288 int n; in match_tree_refs() local 311 struct audit_names *n; in audit_compare_uid() local 335 struct audit_names *n; in audit_compare_gid() local 454 struct audit_names *n; in audit_filter_rules() local 809 struct audit_names *n, in audit_filter_inode_name() 833 struct audit_names *n; in audit_filter_inodes() local 863 struct audit_names *n, *next; in audit_free_names() local [all …]
|
D | profile.c | 158 int task_handoff_register(struct notifier_block *n) in task_handoff_register() 164 int task_handoff_unregister(struct notifier_block *n) in task_handoff_unregister() 170 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register() 189 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister()
|
D | audit_tree.c | 223 unsigned long n = key / L1_CACHE_BYTES; in chunk_hash() local 265 int n; in audit_tree_match() local 465 int n; in tag_chunk() local 1011 int n; in evict_chunk() local
|
D | cred.c | 65 static inline void set_cred_subscribers(struct cred *cred, int n) in set_cred_subscribers() 81 static inline void alter_cred_subscribers(const struct cred *_cred, int n) in alter_cred_subscribers()
|
D | params.c | 84 bool parameqn(const char *a, const char *b, size_t n) in parameqn() 519 #define to_module_attr(n) container_of(n, struct module_attribute, attr) argument 520 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj) argument 536 #define to_param_attr(n) container_of(n, struct param_attribute, mattr) argument
|
D | auditfilter.c | 171 unsigned n = *list++; in audit_register_class() local 316 u32 n; in audit_to_op() local 1425 struct audit_krule *r, *n; in audit_update_lsm_rules() local
|
D | resource.c | 1124 resource_size_t start, resource_size_t n, in __request_region() 1192 resource_size_t n) in __release_region() 1427 resource_size_t n; member 1447 resource_size_t start, resource_size_t n, const char *name) in __devm_request_region() 1472 resource_size_t start, resource_size_t n) in __devm_release_region()
|
D | user.c | 216 int n; in uid_cache_init() local
|
/kernel/power/ |
D | main.c | 107 const char *buf, size_t n) in pm_async_store() 147 static suspend_state_t decode_suspend_state(const char *buf, size_t n) in decode_suspend_state() 167 const char *buf, size_t n) in mem_sleep_store() 229 const char *buf, size_t n) in pm_test_store() 450 const char *buf, size_t n) in pm_print_times_store() 490 const char *buf, size_t n) in pm_debug_messages_store() 572 static suspend_state_t decode_state(const char *buf, size_t n) in decode_state() 600 const char *buf, size_t n) in state_store() 674 const char *buf, size_t n) in wakeup_count_store() 727 const char *buf, size_t n) in autosleep_store() [all …]
|
D | hibernate.c | 993 const char *buf, size_t n) in disk_store() 1051 const char *buf, size_t n) in resume_store() 1087 size_t n) in resume_offset_store() 1109 const char *buf, size_t n) in image_size_store() 1131 const char *buf, size_t n) in reserved_size_store()
|
/kernel/locking/ |
D | test-ww_mutex.c | 278 unsigned int n, last = nthreads - 1; in __test_cycle() local 330 unsigned int n; in test_cycle() local 352 int n, r, tmp; in get_random_order() local 392 int n, err; in stress_inorder_work() local 444 int n, err; in stress_reorder_work() local 527 int n; in stress() local
|
D | rtmutex.c | 144 # define rt_mutex_cmpxchg_relaxed(l,c,n) (cmpxchg_relaxed(&l->owner, c, n) == c) argument 145 # define rt_mutex_cmpxchg_acquire(l,c,n) (cmpxchg_acquire(&l->owner, c, n) == c) argument 146 # define rt_mutex_cmpxchg_release(l,c,n) (cmpxchg_release(&l->owner, c, n) == c) argument 205 # define rt_mutex_cmpxchg_relaxed(l,c,n) (0) argument 206 # define rt_mutex_cmpxchg_acquire(l,c,n) (0) argument 207 # define rt_mutex_cmpxchg_release(l,c,n) (0) argument
|
D | rtmutex.h | 21 #define debug_rt_mutex_init(m, n, k) do { } while (0) argument
|
/kernel/sched/ |
D | loadavg.c | 110 fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n) in fixed_power_int() 158 unsigned long active, unsigned int n) in calc_load_n() 294 long delta, active, n; in calc_global_nohz() local
|
D | debug.c | 207 static struct ctl_table *sd_alloc_ctl_entry(int n) in sd_alloc_ctl_entry() 653 #define P64(n) SEQ_printf(m, " .%-30s: %Ld\n", #n, rq->n); in print_cpu() argument 659 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() argument 768 unsigned long n = *offset; in sched_debug_start() local
|
D | stats.c | 85 unsigned long n = *offset; in schedstat_start() local
|
D | pelt.c | 37 static u64 decay_load(u64 val, u64 n) in decay_load()
|
/kernel/irq/ |
D | affinity.c | 86 int n, nodes = 0; in get_nodes_in_cpumask() local 135 unsigned n, remaining_ncpus = 0; in alloc_nodes_vectors() local 255 unsigned int i, n, nodes, cpus_per_vec, extra_vecs, done = 0; in __irq_build_affinity_masks() local
|
/kernel/trace/ |
D | trace_stat.c | 49 struct stat_node *snode, *n; in __reset_stat_session() local 177 int n = *pos; in stat_seq_start() local
|
D | trace_dynevent.h | 117 #define for_each_dyn_event_safe(pos, n) \ argument
|
D | trace_dynevent.c | 36 struct dyn_event *pos, *n; in dyn_event_release() local
|
/kernel/bpf/ |
D | hashtab.c | 424 struct hlist_nulls_node *n; in lookup_elem_raw() local 442 struct hlist_nulls_node *n; in lookup_nulls_elem_raw() local 575 struct hlist_nulls_node *n; in htab_lru_map_delete_node() local 1178 struct hlist_nulls_node *n; in delete_all_elements() local 1394 struct hlist_nulls_node *n; in fd_htab_map_free() local
|
/kernel/events/ |
D | uprobes.c | 642 struct rb_node *n = uprobes_tree.rb_node; in __find_uprobe() local 1269 struct rb_node *n = uprobes_tree.rb_node; in find_node_in_range() local 1300 struct rb_node *n, *t; in build_probe_list() local 1409 struct rb_node *n; in vma_has_uprobes() local 1756 struct return_instance **p, *o, *n; in dup_utask() local
|
/kernel/time/ |
D | timer.c | 154 #define LVL_SHIFT(n) ((n) * LVL_CLK_SHIFT) argument 155 #define LVL_GRAN(n) (1UL << LVL_SHIFT(n)) argument 161 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT)) argument 167 #define LVL_OFFS(n) ((n) * LVL_SIZE) argument
|