Home
last modified time | relevance | path

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

123

/kernel/
Dnotifier.c23 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 …]
Dauditsc.c135 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 …]
Dprofile.c158 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()
Daudit_tree.c223 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
Dcred.c65 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()
Dparams.c84 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
Dauditfilter.c171 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
Dresource.c1124 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()
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()
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 …]
Dhibernate.c993 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/
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
444 int n, err; in stress_reorder_work() local
527 int n; in stress() local
Drtmutex.c144 # 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
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()
294 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()
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
Dstats.c85 unsigned long n = *offset; in schedstat_start() local
Dpelt.c37 static u64 decay_load(u64 val, u64 n) in decay_load()
/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
177 int n = *pos; in stat_seq_start() local
Dtrace_dynevent.h117 #define for_each_dyn_event_safe(pos, n) \ argument
Dtrace_dynevent.c36 struct dyn_event *pos, *n; in dyn_event_release() local
/kernel/bpf/
Dhashtab.c424 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/
Duprobes.c642 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/
Dtimer.c154 #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

123