Searched refs:close_range (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | file.c | 22 #include <linux/close_range.h> 293 * turns out that in the close_range() -> __close_range() -> 297 * Rather than make close_range() have to worry about this,
|
H A D | open.c | 1326 * close_range() - Close all file descriptors in a given range. 1336 SYSCALL_DEFINE3(close_range, unsigned int, fd, unsigned int, max_fd, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/fs/ |
H A D | file.c | 22 #include <linux/close_range.h> 293 * turns out that in the close_range() -> __close_range() -> 297 * Rather than make close_range() have to worry about this,
|
H A D | open.c | 1592 SYSCALL_DEFINE3(close_range, unsigned int, fd, unsigned int, max_fd, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3211 * @close_range: if true, the range should be limited. Threshold is 3238 bool close_range; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 3611 * @close_range: if true, the range should be limited. Threshold is 3638 bool close_range; member
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 13032 func->close_range = in nl80211_nan_add_func()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 14439 func->close_range = in nl80211_nan_add_func()
|
Completed in 70 milliseconds