Searched refs:orphans (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/net/ipv4/ |
D | proc.c | 53 int orphans, sockets; in sockstat_seq_show() local 55 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show() 60 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show()
|
/Linux-v5.4/fs/f2fs/ |
D | debug.c | 99 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status() 319 si->orphans, si->append, si->update); in stat_show()
|
D | f2fs.h | 3278 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
|
/Linux-v5.4/include/net/ |
D | tcp.h | 293 int orphans = percpu_counter_read_positive(ocp); in tcp_too_many_orphans() local 295 if (orphans << shift > sysctl_tcp_max_orphans) { in tcp_too_many_orphans() 296 orphans = percpu_counter_sum_positive(ocp); in tcp_too_many_orphans() 297 if (orphans << shift > sysctl_tcp_max_orphans) in tcp_too_many_orphans()
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | vidioc-reqbufs.rst | 75 fds are closed. A ``count`` value of zero frees or orphans all buffers, after
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kmemleak.rst | 113 internal data structures and they cannot be detected as orphans. To
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | inodes.rst | 505 orphaned inode, or zero if there are no more orphans.
|