Home
last modified time | relevance | path

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

/kernel/
Duser.c103 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() argument
105 hlist_add_head(&up->uidhash_node, hashent); in uid_hash_insert()
108 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove() argument
110 hlist_del_init(&up->uidhash_node); in uid_hash_remove()
131 static void free_user(struct user_struct *up, unsigned long flags) in free_user() argument
134 uid_hash_remove(up); in free_user()
136 key_put(up->uid_keyring); in free_user()
137 key_put(up->session_keyring); in free_user()
138 kmem_cache_free(uid_cachep, up); in free_user()
158 void free_uid(struct user_struct *up) in free_uid() argument
[all …]
DMakefile53 obj-y += up.o
/kernel/locking/
Dsemaphore.c178 void up(struct semaphore *sem) in up() function
189 EXPORT_SYMBOL(up);
196 bool up; member
212 waiter.up = false; in __down_common()
223 if (waiter.up) in __down_common()
261 waiter->up = true; in __up()
/kernel/power/
DKconfig159 (autosuspended), and woken up in response to a hardware-generated
160 wake-up event or a driver's request.
165 wake-up events.
188 make it wake up a few seconds later using an RTC wakeup alarm.
202 Sets up a watchdog timer to capture drivers that are
203 locked up attempting to suspend/resume a device.
/kernel/trace/
DKconfig236 to be scheduled in, starting from the point it has woken up.
468 replace them with a No-Op instruction) on boot up. During
527 up since it runs this on every system call defined.
605 Run a simple self test on the ring buffer on boot up. Late in the
646 boot up or module load. With this option, they will not be freed, as
/kernel/sched/
Dsched.h299 tg_visitor down, tg_visitor up, void *data);
307 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree() argument
309 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
Dcore.c799 tg_visitor down, tg_visitor up, void *data) in walk_tg_tree_from() argument
814 up: in walk_tg_tree_from()
817 ret = (*up)(parent, data); in walk_tg_tree_from()
824 goto up; in walk_tg_tree_from()
/kernel/time/
DKconfig108 You need to fill up the nohz_full boot parameter with the
/kernel/printk/
Dprintk.c123 up(&console_sem);\