/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() 121 struct notifier_block *n) in atomic_notifier_chain_register() 143 struct notifier_block *n) in atomic_notifier_chain_unregister() 211 struct notifier_block *n) in blocking_notifier_chain_register() 242 struct notifier_block *n) in blocking_notifier_chain_cond_register() 264 struct notifier_block *n) in blocking_notifier_chain_unregister() 345 struct notifier_block *n) in raw_notifier_chain_register() 362 struct notifier_block *n) in raw_notifier_chain_unregister() [all …]
|
D | resource.c | 626 resource_size_t start, resource_size_t n, in __request_region() 680 resource_size_t n) in __check_region() 703 resource_size_t n) in __release_region() 747 resource_size_t n; member 767 resource_size_t n, const char *name) in __devm_request_region() 792 resource_size_t start, resource_size_t n) in __devm_release_region()
|
D | profile.c | 165 int task_handoff_register(struct notifier_block *n) in task_handoff_register() 171 int task_handoff_unregister(struct notifier_block *n) in task_handoff_unregister() 177 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register() 196 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister()
|
D | user_namespace.c | 26 int n; in create_user_ns() local
|
D | audit_tree.c | 164 unsigned long n = (unsigned long)inode / L1_CACHE_BYTES; in chunk_hash() local 192 int n; in audit_tree_match() local 363 int n; in tag_chunk() local 858 int n; in evict_chunk() local
|
D | auditfilter.c | 296 unsigned n = *list++; in audit_register_class() local 438 u32 n; in audit_to_op() local 459 u32 n; in audit_rule_to_entry() local 1101 struct audit_parent *p, *n; in audit_inotify_unregister() local 1815 struct audit_krule *r, *n; in audit_update_lsm_rules() local
|
D | params.c | 376 #define to_module_attr(n) container_of(n, struct module_attribute, attr); argument 377 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj); argument 395 #define to_param_attr(n) container_of(n, struct param_attribute, mattr); argument
|
D | rtmutex.h | 22 #define debug_rt_mutex_init(m, n) do { } while (0) argument
|
D | auditsc.c | 254 int n = ACC_MODE(flags); in open_arg() local 262 unsigned n; in audit_match_perm() local 374 int n; in unroll_tree_refs() local 412 int n; in match_tree_refs() local 725 struct audit_names *n = &ctx->names[i]; in audit_filter_inodes() local 1463 struct audit_names *n = &context->names[i]; in audit_log_exit() local 2021 struct audit_names *n = &context->names[idx]; in __audit_inode_child() local 2036 struct audit_names *n = &context->names[idx]; in __audit_inode_child() local
|
D | exit.c | 767 struct task_struct *p, *n; in ptrace_exit() local 816 struct task_struct *p, *n; in ptrace_exit_finish() local 896 struct task_struct *p, *n, *reaper; in forget_original_parent() local 991 unsigned long *n = end_of_stack(current); in check_stack_usage() local
|
D | rtmutex.c | 82 # define rt_mutex_cmpxchg(l,c,n) (cmpxchg(&l->owner, c, n) == c) argument 92 # define rt_mutex_cmpxchg(l,c,n) (0) argument
|
D | sched_debug.c | 288 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, rq->n); in print_cpu() argument
|
D | user.c | 483 int n; in uid_cache_init() local
|
D | signal.c | 255 struct sigqueue *q, *n; in __flush_itimer_signals() local 533 struct sigqueue *q, *n; in rm_from_queue_full() local 557 struct sigqueue *q, *n; in rm_from_queue() local
|
D | sysctl_check.c | 1253 static struct ctl_table *sysctl_parent(struct ctl_table *table, int n) in sysctl_parent()
|
D | sysctl.c | 1653 int n; in parse_table() local 1911 unsigned int n, npath; in __register_sysctl_paths() local
|
D | sched.c | 6006 unsigned long *n = end_of_stack(p); in sched_show_task() local 6514 static struct ctl_table *sd_alloc_ctl_entry(int n) in sd_alloc_ctl_entry() 7210 int i, n, val, min_val, best_node = 0; in find_next_best_node() local 7776 int n = (i + j) % nr_node_ids; in __build_sched_domains() local 8008 int i, j, n; in partition_sched_domains() local
|
D | cpuset.c | 1043 int i, n, ntasks; in update_tasks_nodemask() local
|
D | lockdep.c | 1608 int i, j, n, cn; in lookup_chain_cache() local
|
/kernel/power/ |
D | userwakelock.c | 133 struct rb_node *n; in wake_lock_show() local 151 const char *buf, size_t n) in wake_lock_store() 181 struct rb_node *n; in wake_unlock_show() local 199 const char *buf, size_t n) in wake_unlock_store()
|
D | main.c | 91 const char *buf, size_t n) in pm_test_store() 512 const char *buf, size_t n) in state_store() 568 const char *buf, size_t n) in pm_trace_store()
|
D | disk.c | 775 const char *buf, size_t n) in disk_store() 828 const char *buf, size_t n) in resume_store() 861 const char *buf, size_t n) in image_size_store()
|
D | wakelock.c | 93 int n; in print_lock_stat() local 247 struct wake_lock *lock, *n; in has_wake_lock_locked() local
|
D | snapshot.c | 849 unsigned int n = 0; in count_highmem_pages() local 912 unsigned int n = 0; in count_data_pages() local 932 int n; in do_copy_page() local 1148 alloc_highmem_image_pages(struct memory_bitmap *bm, unsigned int n) { return 0; } in alloc_highmem_image_pages()
|
/kernel/trace/ |
D | trace_mmiotrace.c | 141 unsigned long n; in mmio_read() local
|