Home
last modified time | relevance | path

Searched refs:up (Results 1 – 15 of 15) sorted by relevance

/kernel/
Duser.c111 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() argument
113 hlist_add_head(&up->uidhash_node, hashent); in uid_hash_insert()
116 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove() argument
118 hlist_del_init(&up->uidhash_node); in uid_hash_remove()
139 static void free_user(struct user_struct *up, unsigned long flags) in free_user() argument
142 uid_hash_remove(up); in free_user()
144 kmem_cache_free(uid_cachep, up); in free_user()
165 void free_uid(struct user_struct *up) in free_uid() argument
169 if (!up) in free_uid()
172 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid()
[all …]
DKconfig.preempt66 interrupt threading and introducing mechanisms to break up long
DMakefile63 obj-y += up.o
Dseccomp.c1100 up(&match->notif->request); in seccomp_do_user_notification()
1486 up(&filter->notif->request); in seccomp_notify_recv()
Dsysctl.c1014 unsigned int *up = write ? &tmp : valp; in do_proc_douintvec_minmax_conv() local
1016 ret = do_proc_douintvec_conv(lvalp, up, write, data); in do_proc_douintvec_minmax_conv()
Dfork.c2863 up: in walk_process_tree()
2872 goto up; in walk_process_tree()
/kernel/locking/
Dsemaphore.c178 void up(struct semaphore *sem) in up() function
189 EXPORT_SYMBOL(up);
196 bool up; member
211 waiter.up = false; in __down_common()
222 if (waiter.up) in __down_common()
260 waiter->up = true; in __up()
/kernel/power/
DKconfig171 (autosuspended), and woken up in response to a hardware-generated
172 wake-up event or a driver's request.
177 wake-up events.
200 make it wake up a few seconds later using an RTC wakeup alarm.
214 Sets up a watchdog timer to capture drivers that are
215 locked up attempting to suspend/resume a device.
/kernel/dma/
DKconfig185 size. This works well for buffers up to a few hundreds kilobytes, but
192 of 8 means that the buffers will be aligned up to 1MiB only.
/kernel/rcu/
DKconfig48 obscure RCU options to be set up.
179 these CPUs up more than roughly once every four jiffies (by
/kernel/trace/
DKconfig201 replace them with a No-Op instruction) on boot up. During
328 to be scheduled in, starting from the point it has woken up.
766 boot up or module load. With this option, they will not be freed, as
814 up since it runs this on every system call defined.
823 Run a simple self test on the ring buffer on boot up. Late in the
/kernel/time/
DKconfig119 You need to fill up the nohz_full boot parameter with the
/kernel/sched/
Dsched.h465 tg_visitor down, tg_visitor up, void *data);
473 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree() argument
475 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
Dcore.c848 tg_visitor down, tg_visitor up, void *data) in walk_tg_tree_from() argument
863 up: in walk_tg_tree_from()
866 ret = (*up)(parent, data); in walk_tg_tree_from()
873 goto up; in walk_tg_tree_from()
/kernel/printk/
Dprintk.c259 up(&console_sem); in __up_console_sem()