Lines Matching refs:full_check
1864 int full_check) in ep_register_epitem() argument
1881 if (full_check && !tep) in ep_register_epitem()
1898 int full_check) in ep_insert() argument
1915 error = ep_register_epitem(ctx, ep, epi, tep, full_check); in ep_insert()
1920 if (unlikely(full_check && reverse_path_check(ctx))) { in ep_insert()
2629 int full_check) in ep_ctl_unlock() argument
2632 if (full_check) { in ep_ctl_unlock()
2643 int full_check; in do_epoll_ctl_file() local
2680 full_check = ep_ctl_lock(&ctx, ep, op, f, tf->file, nonblock); in do_epoll_ctl_file()
2681 if (full_check < 0) in do_epoll_ctl_file()
2682 return full_check; in do_epoll_ctl_file()
2695 error = ep_insert(&ctx, ep, epds, tf, full_check); in do_epoll_ctl_file()
2722 ep_ctl_unlock(&ctx, ep, full_check); in do_epoll_ctl_file()