Searched refs:nr_open (Results 1 – 5 of 5) sorted by relevance
32 int nr_open; in TEST() local41 ASSERT_EQ(sscanf(buf, "%d", &nr_open), 1); in TEST()46 n2 = sprintf(buf2, "%d\n", nr_open + 1024); in TEST()51 rlimit.rlim_cur = nr_open + 1024; in TEST()52 rlimit.rlim_max = nr_open + 1024; in TEST()60 EXPECT_GE(dup2(2, nr_open + 64), 0) { in TEST()
119 static int nr_open(struct net_device *dev) in nr_open() function161 .ndo_open = nr_open,
122 expect_success "proc_handler: proc_dointvec_minmax() splice" test_splice /proc/sys/fs/nr_open
128 nr_open section in 1. /proc/sys/fs
600 ``/proc/sys/fs/nr_open`` and ``/proc/sys/fs/file-max``. Typically these needn't
Completed in 8 milliseconds