| /kernel/ |
| D | notifier.c | 22 struct notifier_block *n) in notifier_chain_register() 35 struct notifier_block *n) in notifier_chain_cond_register() 50 struct notifier_block *n) in notifier_chain_unregister() 122 struct notifier_block *n) in atomic_notifier_chain_register() 144 struct notifier_block *n) in atomic_notifier_chain_unregister() 214 struct notifier_block *n) in blocking_notifier_chain_register() 245 struct notifier_block *n) in blocking_notifier_chain_cond_register() 267 struct notifier_block *n) in blocking_notifier_chain_unregister() 348 struct notifier_block *n) in raw_notifier_chain_register() 365 struct notifier_block *n) in raw_notifier_chain_unregister() [all …]
|
| D | auditsc.c | 134 unsigned n; in audit_match_perm() local 177 struct audit_names *n; in audit_match_filetype() local 254 int n; in unroll_tree_refs() local 292 int n; in match_tree_refs() local 316 struct audit_names *n; in audit_compare_uid() local 340 struct audit_names *n; in audit_compare_gid() local 454 struct audit_names *n; in audit_filter_rules() local 784 struct audit_names *n, in audit_filter_inode_name() 812 struct audit_names *n; in audit_filter_inodes() local 873 struct audit_names *n, *next; in audit_free_names() local [all …]
|
| D | profile.c | 155 int task_handoff_register(struct notifier_block *n) in task_handoff_register() 161 int task_handoff_unregister(struct notifier_block *n) in task_handoff_unregister() 167 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register() 186 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister()
|
| D | audit_tree.c | 168 unsigned long n = (unsigned long)inode / L1_CACHE_BYTES; in chunk_hash() local 202 int n; in audit_tree_match() local 362 int n; in tag_chunk() local 914 int n; in evict_chunk() local
|
| D | cred.c | 67 static inline void set_cred_subscribers(struct cred *cred, int n) in set_cred_subscribers() 83 static inline void alter_cred_subscribers(const struct cred *_cred, int n) in alter_cred_subscribers()
|
| D | auditfilter.c | 182 unsigned n = *list++; in audit_register_class() local 326 u32 n; in audit_to_op() local 1400 struct audit_krule *r, *n; in audit_update_lsm_rules() local
|
| D | params.c | 95 bool parameqn(const char *a, const char *b, size_t n) in parameqn() 573 #define to_module_attr(n) container_of(n, struct module_attribute, attr) argument 574 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj) argument 590 #define to_param_attr(n) container_of(n, struct param_attribute, mattr) argument
|
| D | resource.c | 1129 resource_size_t start, resource_size_t n, in __request_region() 1188 resource_size_t n) in __release_region() 1408 resource_size_t n; member 1428 resource_size_t n, const char *name) in __devm_request_region() 1453 resource_size_t start, resource_size_t n) in __devm_release_region()
|
| D | user.c | 215 int n; in uid_cache_init() local
|
| D | ptrace.c | 559 struct task_struct *p, *n; in exit_ptrace() local 841 int n; in find_regset() local
|
| /kernel/power/ |
| D | main.c | 65 const char *buf, size_t n) in pm_async_store() 115 const char *buf, size_t n) in pm_test_store() 262 const char *buf, size_t n) in pm_print_times_store() 328 static suspend_state_t decode_state(const char *buf, size_t n) in decode_state() 356 const char *buf, size_t n) in state_store() 426 const char *buf, size_t n) in wakeup_count_store() 479 const char *buf, size_t n) in autosleep_store() 505 const char *buf, size_t n) in wake_lock_store() 522 const char *buf, size_t n) in wake_unlock_store() 544 const char *buf, size_t n) in pm_trace_store() [all …]
|
| D | hibernate.c | 977 const char *buf, size_t n) in disk_store() 1035 const char *buf, size_t n) in resume_store() 1070 const char *buf, size_t n) in image_size_store() 1092 const char *buf, size_t n) in reserved_size_store()
|
| /kernel/sched/ |
| D | loadavg.c | 246 fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n) in fixed_power_int() 294 unsigned long active, unsigned int n) in calc_load_n() 310 long delta, active, n; in calc_global_nohz() local
|
| D | debug.c | 213 static struct ctl_table *sd_alloc_ctl_entry(int n) in sd_alloc_ctl_entry() 692 #define P64(n) SEQ_printf(m, " .%-30s: %Ld\n", #n, rq->n); in print_cpu() argument 698 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() argument 807 unsigned long n = *offset; in sched_debug_start() local
|
| D | stats.c | 111 unsigned long n = *offset; in schedstat_start() local
|
| /kernel/irq/ |
| D | affinity.c | 40 int n, nodes = 0; in get_nodes_in_cpumask() local 63 int n, nodes, vecs_per_node, cpus_per_vec, extra_vecs, curvec = 0; in irq_create_affinity_masks() local
|
| /kernel/locking/ |
| D | rtmutex.c | 141 # define rt_mutex_cmpxchg_relaxed(l,c,n) (cmpxchg_relaxed(&l->owner, c, n) == c) argument 142 # define rt_mutex_cmpxchg_acquire(l,c,n) (cmpxchg_acquire(&l->owner, c, n) == c) argument 143 # define rt_mutex_cmpxchg_release(l,c,n) (cmpxchg_release(&l->owner, c, n) == c) argument 202 # define rt_mutex_cmpxchg_relaxed(l,c,n) (0) argument 203 # define rt_mutex_cmpxchg_acquire(l,c,n) (0) argument 204 # define rt_mutex_cmpxchg_release(l,c,n) (0) argument
|
| D | rtmutex.h | 22 #define debug_rt_mutex_init(m, n) do { } while (0) argument
|
| /kernel/trace/ |
| D | trace_stat.c | 48 struct stat_node *snode, *n; in __reset_stat_session() local 176 int n = *pos; in stat_seq_start() local
|
| D | trace_uprobe.c | 63 #define SIZEOF_TRACE_UPROBE(n) \ argument 83 static unsigned long adjust_stack_addr(unsigned long addr, unsigned int n) in adjust_stack_addr() 88 static unsigned long adjust_stack_addr(unsigned long addr, unsigned int n) in adjust_stack_addr() 94 static unsigned long get_user_stack_nth(struct pt_regs *regs, unsigned int n) in get_user_stack_nth()
|
| D | trace_events_hist.c | 1061 struct event_trigger_data *data, int n) in hist_trigger_show() 1089 int n = 0, ret = 0; in hist_show() local 1503 struct event_trigger_data *test, *n; in hist_unreg_all() local 1702 struct event_trigger_data *test, *n; in hist_enable_unreg_all() local
|
| /kernel/time/ |
| D | time.c | 718 u64 nsecs_to_jiffies64(u64 n) in nsecs_to_jiffies64() 749 unsigned long nsecs_to_jiffies(u64 n) in nsecs_to_jiffies()
|
| D | timer.c | 153 #define LVL_SHIFT(n) ((n) * LVL_CLK_SHIFT) argument 154 #define LVL_GRAN(n) (1UL << LVL_SHIFT(n)) argument 160 #define LVL_START(n) ((LVL_SIZE - 1) << (((n) - 1) * LVL_CLK_SHIFT)) argument 166 #define LVL_OFFS(n) ((n) * LVL_SIZE) argument
|
| /kernel/rcu/ |
| D | tiny_plugin.h | 80 static void rcu_trace_sub_qlen(struct rcu_ctrlblk *rcp, int n) in rcu_trace_sub_qlen()
|
| /kernel/events/ |
| D | uprobes.c | 396 struct rb_node *n = uprobes_tree.rb_node; in __find_uprobe() local 993 struct rb_node *n = uprobes_tree.rb_node; in find_node_in_range() local 1024 struct rb_node *n, *t; in build_probe_list() local 1096 struct rb_node *n; in vma_has_uprobes() local 1438 struct return_instance **p, *o, *n; in dup_utask() local
|