Searched refs:orphans (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | proc.c | 57 int orphans, sockets; in sockstat_seq_show() local 59 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show() 64 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show()
|
/Linux-v4.19/fs/f2fs/ |
D | debug.c | 90 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status() 300 si->orphans, si->append, si->update); in stat_show()
|
D | f2fs.h | 3084 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
|
/Linux-v4.19/include/net/ |
D | tcp.h | 294 int orphans = percpu_counter_read_positive(ocp); in tcp_too_many_orphans() local 296 if (orphans << shift > sysctl_tcp_max_orphans) { in tcp_too_many_orphans() 297 orphans = percpu_counter_sum_positive(ocp); in tcp_too_many_orphans() 298 if (orphans << shift > sysctl_tcp_max_orphans) in tcp_too_many_orphans()
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kmemleak.rst | 107 internal data structures and they cannot be detected as orphans. To
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | inodes.rst | 502 orphaned inode, or zero if there are no more orphans.
|