Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dproc.c57 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/
Ddebug.c90 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status()
300 si->orphans, si->append, si->update); in stat_show()
Df2fs.h3084 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
/Linux-v4.19/include/net/
Dtcp.h294 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/
Dkmemleak.rst107 internal data structures and they cannot be detected as orphans. To
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dinodes.rst502 orphaned inode, or zero if there are no more orphans.