Home
last modified time | relevance | path

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

/kernel/
Duser.c110 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() argument
112 hlist_add_head(&up->uidhash_node, hashent); in uid_hash_insert()
115 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove() argument
117 hlist_del_init(&up->uidhash_node); in uid_hash_remove()
134 static int user_epoll_alloc(struct user_struct *up) in user_epoll_alloc() argument
137 return percpu_counter_init(&up->epoll_watches, 0, GFP_KERNEL); in user_epoll_alloc()
143 static void user_epoll_free(struct user_struct *up) in user_epoll_free() argument
146 percpu_counter_destroy(&up->epoll_watches); in user_epoll_free()
154 static void free_user(struct user_struct *up, unsigned long flags) in free_user() argument
157 trace_android_vh_free_user(up); in free_user()
[all …]
DMakefile64 obj-y += up.o
DKconfig.preempt78 interrupt threading and introducing mechanisms to break up long
Dsysctl.c917 unsigned int *up = write ? &tmp : valp; in do_proc_douintvec_minmax_conv() local
919 ret = do_proc_douintvec_conv(lvalp, up, write, data); in do_proc_douintvec_minmax_conv()
Dseccomp.c1119 up(&match->notif->request); in seccomp_do_user_notification()
1518 up(&filter->notif->request); in seccomp_notify_recv()
Dfork.c3108 up: in walk_process_tree()
3117 goto up; in walk_process_tree()
/kernel/locking/
Dsemaphore.c183 void __sched up(struct semaphore *sem) in up() function
194 EXPORT_SYMBOL(up);
201 bool up; member
216 waiter.up = false; in ___down_common()
227 if (waiter.up) in ___down_common()
277 waiter->up = true; in __up()
/kernel/power/
DKconfig189 (autosuspended), and woken up in response to a hardware-generated
190 wake-up event or a driver's request.
195 wake-up events.
218 make it wake up a few seconds later using an RTC wakeup alarm.
232 Sets up a watchdog timer to capture drivers that are
233 locked up attempting to suspend/resume a device.
/kernel/dma/
DKconfig193 size. This works well for buffers up to a few hundreds kilobytes, but
200 of 8 means that the buffers will be aligned up to 1MiB only.
/kernel/bpf/
DKconfig48 into the kernel. This will significantly speed-up processing of BPF
/kernel/trace/
DKconfig228 replace them with a No-Op instruction) on boot up. During
373 to be scheduled in, starting from the point it has woken up.
891 boot up or module load. With this option, they will not be freed, as
978 up since it runs this on every system call defined.
1001 Run a simple self test on the ring buffer on boot up. Late in the
1031 add up to be greater than the current time stamp.
/kernel/time/
DKconfig137 You need to fill up the nohz_full boot parameter with the
/kernel/sched/
Dsched.h452 tg_visitor down, tg_visitor up, void *data);
460 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree() argument
462 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
Dcore.c1254 tg_visitor down, tg_visitor up, void *data) in walk_tg_tree_from() argument
1269 up: in walk_tg_tree_from()
1272 ret = (*up)(parent, data); in walk_tg_tree_from()
1279 goto up; in walk_tg_tree_from()
/kernel/rcu/
DKconfig50 obscure RCU options to be set up.
/kernel/printk/
Dprintk.c262 up(&console_sem); in __up_console_sem()