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 …]
DMakefile63 obj-y += up.o
DKconfig.preempt67 interrupt threading and introducing mechanisms to break up long
Dseccomp.c1107 up(&match->notif->request); in seccomp_do_user_notification()
1489 up(&filter->notif->request); in seccomp_notify_recv()
Dsysctl.c1040 unsigned int *up = write ? &tmp : valp; in do_proc_douintvec_minmax_conv() local
1042 ret = do_proc_douintvec_conv(lvalp, up, write, data); in do_proc_douintvec_minmax_conv()
Dfork.c2965 up: in walk_process_tree()
2974 goto up; in walk_process_tree()
/kernel/locking/
Dsemaphore.c182 void up(struct semaphore *sem) in up() function
193 EXPORT_SYMBOL(up);
200 bool up; member
215 waiter.up = false; in __down_common()
226 if (waiter.up) in __down_common()
264 waiter->up = true; in __up()
/kernel/power/
DKconfig169 (autosuspended), and woken up in response to a hardware-generated
170 wake-up event or a driver's request.
175 wake-up events.
198 make it wake up a few seconds later using an RTC wakeup alarm.
212 Sets up a watchdog timer to capture drivers that are
213 locked up attempting to suspend/resume a device.
/kernel/dma/
DKconfig198 size. This works well for buffers up to a few hundreds kilobytes, but
205 of 8 means that the buffers will be aligned up to 1MiB only.
/kernel/bpf/
DKconfig46 into the kernel. This will significantly speed-up processing of BPF
/kernel/trace/
DKconfig203 replace them with a No-Op instruction) on boot up. During
333 to be scheduled in, starting from the point it has woken up.
835 boot up or module load. With this option, they will not be freed, as
922 up since it runs this on every system call defined.
931 Run a simple self test on the ring buffer on boot up. Late in the
961 add up to be greater than the current time stamp.
/kernel/time/
DKconfig128 You need to fill up the nohz_full boot parameter with the
/kernel/rcu/
DKconfig48 obscure RCU options to be set up.
180 these CPUs up more than roughly once every four jiffies (by
/kernel/sched/
Dsched.h470 tg_visitor down, tg_visitor up, void *data);
478 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree() argument
480 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
Dcore.c1197 tg_visitor down, tg_visitor up, void *data) in walk_tg_tree_from() argument
1212 up: in walk_tg_tree_from()
1215 ret = (*up)(parent, data); in walk_tg_tree_from()
1222 goto up; in walk_tg_tree_from()
/kernel/printk/
Dprintk.c259 up(&console_sem); in __up_console_sem()