Home
last modified time | relevance | path

Searched refs:orphans (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/net/ipv4/
Dproc.c54 int orphans, sockets; in sockstat_seq_show() local
56 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show()
61 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show()
/Linux-v5.10/fs/f2fs/
Ddebug.c137 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status()
348 si->orphans, si->append, si->update); in stat_show()
Df2fs.h3562 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
/Linux-v5.10/include/net/
Dtcp.h296 int orphans = percpu_counter_read_positive(ocp); in tcp_too_many_orphans() local
298 if (orphans << shift > sysctl_tcp_max_orphans) { in tcp_too_many_orphans()
299 orphans = percpu_counter_sum_positive(ocp); in tcp_too_many_orphans()
300 if (orphans << shift > sysctl_tcp_max_orphans) in tcp_too_many_orphans()
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-reqbufs.rst68 fds are closed. A ``count`` value of zero frees or orphans all buffers, after
/Linux-v5.10/Documentation/dev-tools/
Dkmemleak.rst112 internal data structures and they cannot be detected as orphans. To
/Linux-v5.10/Documentation/filesystems/ext4/
Dinodes.rst505 orphaned inode, or zero if there are no more orphans.