Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dproc.c53 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/
Ddebug.c99 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status()
319 si->orphans, si->append, si->update); in stat_show()
Df2fs.h3278 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
/Linux-v5.4/include/net/
Dtcp.h293 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/
Dvidioc-reqbufs.rst75 fds are closed. A ``count`` value of zero frees or orphans all buffers, after
/Linux-v5.4/Documentation/dev-tools/
Dkmemleak.rst113 internal data structures and they cannot be detected as orphans. To
/Linux-v5.4/Documentation/filesystems/ext4/
Dinodes.rst505 orphaned inode, or zero if there are no more orphans.