Searched refs:up (Results 1 – 15 of 15) sorted by relevance
/kernel/ |
D | user.c | 111 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 …]
|
D | Kconfig.preempt | 66 interrupt threading and introducing mechanisms to break up long
|
D | Makefile | 63 obj-y += up.o
|
D | seccomp.c | 1100 up(&match->notif->request); in seccomp_do_user_notification() 1486 up(&filter->notif->request); in seccomp_notify_recv()
|
D | sysctl.c | 1014 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()
|
D | fork.c | 2863 up: in walk_process_tree() 2872 goto up; in walk_process_tree()
|
/kernel/locking/ |
D | semaphore.c | 178 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/ |
D | Kconfig | 171 (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/ |
D | Kconfig | 185 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/ |
D | Kconfig | 48 obscure RCU options to be set up. 179 these CPUs up more than roughly once every four jiffies (by
|
/kernel/trace/ |
D | Kconfig | 201 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/ |
D | Kconfig | 119 You need to fill up the nohz_full boot parameter with the
|
/kernel/sched/ |
D | sched.h | 465 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()
|
D | core.c | 848 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/ |
D | printk.c | 259 up(&console_sem); in __up_console_sem()
|