Searched refs:full_check (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | strncmp.S | 88 L(full_check): 256 cbnz tmp3, L(full_check)
|
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 1478 struct file *tfile, int fd, int full_check) in ep_insert() 1519 if (full_check && !tep) in ep_insert() 1537 if (unlikely(full_check && reverse_path_check())) { in ep_insert() 2115 int full_check = 0; in do_epoll_ctl() local 2194 full_check = 1; in do_epoll_ctl() 2219 error = ep_insert(ep, epds, tf.file, fd, full_check); in do_epoll_ctl() 2248 if (full_check) { in do_epoll_ctl() 1477 ep_insert(struct eventpoll *ep, const struct epoll_event *event, struct file *tfile, int fd, int full_check) ep_insert() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 1499 struct file *tfile, int fd, int full_check) in ep_insert() 1545 if (full_check && reverse_path_check()) in ep_insert() 2153 int full_check = 0; in do_epoll_ctl() local 2233 full_check = 1; in do_epoll_ctl() 2269 error = ep_insert(ep, epds, tf.file, fd, full_check); in do_epoll_ctl() 2294 if (full_check) { in do_epoll_ctl() 1498 ep_insert(struct eventpoll *ep, const struct epoll_event *event, struct file *tfile, int fd, int full_check) ep_insert() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_frontend.c | 438 goto full_check; in fib_validate_source() 447 full_check: in fib_validate_source()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_frontend.c | 438 goto full_check; in fib_validate_source() 450 full_check: in fib_validate_source()
|
Completed in 11 milliseconds