/Linux-v5.4/fs/ubifs/ |
D | orphan.c | 48 struct ubifs_orphan *orphan, *o; in orphan_add() local 51 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in orphan_add() 52 if (!orphan) in orphan_add() 54 orphan->inum = inum; in orphan_add() 55 orphan->new = 1; in orphan_add() 56 INIT_LIST_HEAD(&orphan->child_list); in orphan_add() 61 kfree(orphan); in orphan_add() 75 kfree(orphan); in orphan_add() 81 rb_link_node(&orphan->rb, parent, p); in orphan_add() 82 rb_insert_color(&orphan->rb, &c->orph_tree); in orphan_add() [all …]
|
D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
/Linux-v5.4/drivers/soc/qcom/ |
D | smem_state.c | 27 bool orphan; member 49 if (state->orphan) in qcom_smem_state_update_bits() 190 state->orphan = true; in qcom_smem_state_unregister()
|
/Linux-v5.4/Documentation/translations/zh_CN/ |
D | disclaimer-zh_CN.rst | 1 :orphan:
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kmemleak.rst | 7 with the difference that the orphan objects are not freed but only 38 Note that the orphan objects are listed in the order they were allocated 40 objects to be reported as orphan. 91 An allocated block of memory is considered orphan if no pointer to its 101 considered orphan) 109 4. the remaining white objects are considered orphan and reported via 184 The false negatives are real memory leaks (orphan objects) but not 192 (orphan). For objects known not to be leaks, kmemleak provides the
|
/Linux-v5.4/Documentation/translations/it_IT/ |
D | disclaimer-ita.rst | 1 :orphan:
|
/Linux-v5.4/drivers/hwtracing/coresight/ |
D | coresight.c | 1001 if (!i_csdev->orphan) in coresight_orphan_match() 1021 i_csdev->orphan = still_orphan; in coresight_orphan_match() 1055 csdev->orphan = true; in coresight_fixup_device_conns() 1085 iterator->orphan = true; in coresight_remove_match() 1225 csdev->orphan = false; in coresight_register()
|
/Linux-v5.4/include/scsi/ |
D | sg.h | 118 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member
|
/Linux-v5.4/drivers/clk/ |
D | clk.c | 73 bool orphan; member 1684 core->orphan = is_orphan; in clk_core_update_orphan_status() 1692 bool was_orphan = core->orphan; in clk_reparent() 1697 bool becomes_orphan = new_parent->orphan; in clk_reparent() 3244 struct clk_core *orphan; in __clk_core_init() local 3312 core->orphan = core->parent->orphan; in __clk_core_init() 3315 core->orphan = false; in __clk_core_init() 3318 core->orphan = true; in __clk_core_init() 3396 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in __clk_core_init() 3397 struct clk_core *parent = __clk_init_parent(orphan); in __clk_core_init() [all …]
|
/Linux-v5.4/fs/btrfs/ |
D | Makefile | 9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
/Linux-v5.4/include/linux/ |
D | coresight.h | 164 bool orphan; member
|
/Linux-v5.4/Documentation/gpu/ |
D | msm-crash-dump.rst | 1 :orphan:
|
/Linux-v5.4/fs/overlayfs/ |
D | namei.c | 559 goto orphan; in ovl_verify_index() 577 goto orphan; in ovl_verify_index() 590 orphan: in ovl_verify_index()
|
/Linux-v5.4/Documentation/networking/mac80211_hwsim/ |
D | mac80211_hwsim.rst | 1 :orphan:
|
/Linux-v5.4/Documentation/networking/ |
D | snmp_counter.rst | 496 becomes an orphan socket, kernel waits for the reply of the other side, 498 enough memory to keep the orphan socket, kernel would send an RST to 508 2. the orphan socket count is higher than net.ipv4.tcp_max_orphans 1279 Below is an example which let the orphan socket count be higher than 1365 gracefully, these connections became orphan sockets. As the iptables 1368 stage, so they will keep as orphan sockets until timeout. We have echo 1370 only keep 10 orphan sockets, for all other orphan sockets, the client 1372 the 'ss -s' command shows the system has 10 orphan sockets, and the 1375 An additional explanation about orphan socket count: You could find the 1376 exactly orphan socket count by the 'ss -s' command, but when kernel [all …]
|
/Linux-v5.4/Documentation/networking/caif/ |
D | caif.rst | 1 :orphan:
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | inodes.rst | 502 still open (orphan inodes), the dtime field is overloaded for use with 503 the orphan list. The superblock field ``s_last_orphan`` points to the 504 first inode in the orphan list; dtime is then the number of the next
|
/Linux-v5.4/fs/f2fs/ |
D | checkpoint.c | 747 struct ino_entry *orphan = NULL; in write_orphan_inodes() local 760 list_for_each_entry(orphan, head, list) { in write_orphan_inodes() 768 orphan_blk->ino[nentries++] = cpu_to_le32(orphan->ino); in write_orphan_inodes()
|
/Linux-v5.4/drivers/scsi/ |
D | sg.c | 126 char orphan; /* 1 -> drop on sight, 0 -> normal */ member 888 rinfo[val].orphan = srp->orphan; in sg_fill_request_table() 937 srp->orphan = 1; in sg_ioctl() 1391 if (unlikely(srp->orphan)) { in sg_rq_end_io()
|
D | gdth.h | 360 u8 orphan; /* flag: drive fragment */ member
|
/Linux-v5.4/Documentation/devicetree/ |
D | writing-schema.rst | 1 :orphan:
|
/Linux-v5.4/arch/powerpc/ |
D | Makefile | 125 LDFLAGS_vmlinux += $(call ld-option,--orphan-handling=warn)
|
/Linux-v5.4/Documentation/filesystems/nfs/ |
D | exporting.rst | 1 :orphan:
|
/Linux-v5.4/fs/ext4/ |
D | inode.c | 3673 int orphan = 0; in ext4_direct_IO_write() local 3688 orphan = 1; in ext4_direct_IO_write() 3769 if (orphan) { in ext4_direct_IO_write() 5508 int orphan = 0; in ext4_setattr() local 5621 orphan = 1; in ext4_setattr() 5682 if (orphan && inode->i_nlink) in ext4_setattr()
|
/Linux-v5.4/fs/ |
D | compat_ioctl.c | 241 char orphan; member
|