Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 73) sorted by relevance

123

/kernel/
Dnotifier.c23 struct notifier_block *n) in notifier_chain_register()
40 struct notifier_block *n) in notifier_chain_unregister()
140 struct notifier_block *n) in atomic_notifier_chain_register()
162 struct notifier_block *n) in atomic_notifier_chain_unregister()
241 struct notifier_block *n) in blocking_notifier_chain_register()
271 struct notifier_block *n) in blocking_notifier_chain_unregister()
360 struct notifier_block *n) in raw_notifier_chain_register()
377 struct notifier_block *n) in raw_notifier_chain_unregister()
431 struct notifier_block *n) in srcu_notifier_chain_register()
461 struct notifier_block *n) in srcu_notifier_chain_unregister()
Dauditsc.c164 unsigned n; in audit_match_perm() local
207 struct audit_names *n; in audit_match_filetype() local
281 int n; in unroll_tree_refs() local
317 int n; in match_tree_refs() local
340 struct audit_names *n; in audit_compare_uid() local
364 struct audit_names *n; in audit_compare_gid() local
483 struct audit_names *n; in audit_filter_rules() local
838 struct audit_names *n, in audit_filter_inode_name()
862 struct audit_names *n; in audit_filter_inodes() local
892 struct audit_names *n, *next; in audit_free_names() local
[all …]
Dwatch_queue.c99 struct watch_notification *n) in post_one_notification()
163 const struct watch_notification *n) in filter_watch_notification()
199 struct watch_notification *n, in __post_watch_notification()
533 struct watch_notification_removal n; in remove_watch_from_object() local
Dprofile.c166 int task_handoff_register(struct notifier_block *n) in task_handoff_register()
172 int task_handoff_unregister(struct notifier_block *n) in task_handoff_unregister()
178 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register()
197 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister()
Daudit_tree.c221 unsigned long n = key / L1_CACHE_BYTES; in chunk_hash() local
263 int n; in audit_tree_match() local
463 int n; in tag_chunk() local
1009 int n; in evict_chunk() local
Dcred.c67 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()
Dparams.c84 bool parameqn(const char *a, const char *b, size_t n) in parameqn()
520 #define to_module_attr(n) container_of(n, struct module_attribute, attr) argument
521 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj) argument
537 #define to_param_attr(n) container_of(n, struct param_attribute, mattr) argument
Dauditfilter.c171 unsigned n = *list++; in audit_register_class() local
316 u32 n; in audit_to_op() local
1430 struct audit_krule *r, *n; in audit_update_lsm_rules() local
Dresource.c1127 resource_size_t start, resource_size_t n, in __request_region()
1200 resource_size_t n) in __release_region()
1487 resource_size_t n; member
1507 resource_size_t start, resource_size_t n, const char *name) in __devm_request_region()
1532 resource_size_t start, resource_size_t n) in __devm_release_region()
Duser.c216 int n; in uid_cache_init() local
/kernel/power/
Dmain.c107 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()
210 const char *buf, size_t n) in sync_on_suspend_store()
261 const char *buf, size_t n) in pm_test_store()
482 const char *buf, size_t n) in pm_print_times_store()
525 const char *buf, size_t n) in pm_debug_messages_store()
614 static suspend_state_t decode_state(const char *buf, size_t n) in decode_state()
642 const char *buf, size_t n) in state_store()
716 const char *buf, size_t n) in wakeup_count_store()
[all …]
Dwakeup_reason.c100 struct wakeup_irq_node *n; in delete_list() local
111 struct wakeup_irq_node *n = NULL; in add_sibling_node_sorted() local
139 struct wakeup_irq_node *n; in find_node_in_list() local
275 struct wakeup_irq_node *n; in print_wakeup_sources() local
304 struct wakeup_irq_node *n; in last_resume_reason_show() local
Dhibernate.c1095 const char *buf, size_t n) in disk_store()
1153 const char *buf, size_t n) in resume_store()
1190 size_t n) in resume_offset_store()
1212 const char *buf, size_t n) in image_size_store()
1234 const char *buf, size_t n) in reserved_size_store()
/kernel/locking/
Dtest-ww_mutex.c278 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
443 int n, err; in stress_reorder_work() local
524 int n, count; in stress() local
Drtmutex.c145 # 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_acquire(l,c,n) (0) argument
206 # define rt_mutex_cmpxchg_release(l,c,n) (0) argument
Drtmutex.h21 #define debug_rt_mutex_init(m, n, k) do { } while (0) argument
/kernel/sched/
Dloadavg.c110 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()
307 long delta, active, n; in calc_global_nohz() local
Ddebug.c207 static struct ctl_table *sd_alloc_ctl_entry(int n) in sd_alloc_ctl_entry()
724 #define P64(n) SEQ_printf(m, " .%-30s: %Ld\n", #n, rq->n); in print_cpu() argument
730 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() argument
844 unsigned long n = *offset; in sched_debug_start() local
Dstats.c85 unsigned long n = *offset; in schedstat_start() local
/kernel/bpf/preload/
Dbpf_preload_kern.c28 ssize_t n; in preload() local
56 ssize_t n; in finish() local
/kernel/irq/
Daffinity.c86 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/
Dtrace_stat.c49 struct stat_node *snode, *n; in __reset_stat_session() local
175 int n = *pos; in stat_seq_start() local
Dtrace_dynevent.h117 #define for_each_dyn_event_safe(pos, n) \ argument
/kernel/bpf/
Dhashtab.c537 struct hlist_nulls_node *n; in lookup_elem_raw() local
555 struct hlist_nulls_node *n; in lookup_nulls_elem_raw() local
687 struct hlist_nulls_node *n; in htab_lru_map_delete_node() local
1310 struct hlist_nulls_node *n; in delete_all_elements() local
1382 struct hlist_nulls_node *n; in __htab_map_lookup_and_delete_batch() local
1663 struct hlist_nulls_node *n; in bpf_hash_map_seq_find_next() local
2015 struct hlist_nulls_node *n; in fd_htab_map_free() local
/kernel/printk/
Dprintk_ringbuffer.c318 #define DESC_INDEX(desc_ring, n) ((n) & DESCS_COUNT_MASK(desc_ring)) argument
355 static struct prb_desc *to_desc(struct prb_desc_ring *desc_ring, u64 n) in to_desc()
364 static struct printk_info *to_info(struct prb_desc_ring *desc_ring, u64 n) in to_info()

123