| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A 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 …]
|
| H A D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | orphan.c | 57 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 60 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in ubifs_add_orphan() 61 if (!orphan) in ubifs_add_orphan() 63 orphan->inum = inum; in ubifs_add_orphan() 64 orphan->new = 1; in ubifs_add_orphan() 69 kfree(orphan); in ubifs_add_orphan() 83 kfree(orphan); in ubifs_add_orphan() 89 rb_link_node(&orphan->rb, parent, p); in ubifs_add_orphan() 90 rb_insert_color(&orphan->rb, &c->orph_tree); in ubifs_add_orphan() 91 list_add_tail(&orphan->list, &c->orph_list); in ubifs_add_orphan() [all …]
|
| H A D | Makefile | 15 obj-y += log.o orphan.o recovery.o replay.o gc.o
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | save-patches.sh | 91 git branch -D orphan &>/dev/null || true 92 git checkout --orphan orphan >/dev/null
|
| H A D | release-chip.sh | 53 git checkout --orphan $CHIP &>/dev/null
|
| H A D | release-doc.sh | 67 git checkout --orphan $CHIP &>/dev/null
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | smem_state.c | 27 bool orphan; member 49 if (state->orphan) in qcom_smem_state_update_bits() 191 state->orphan = true; in qcom_smem_state_unregister()
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 7 with the difference that the orphan objects are not freed but only 37 Note that the orphan objects are listed in the order they were allocated 39 objects to be reported as orphan. 90 An allocated block of memory is considered orphan if no pointer to its 100 considered orphan) 108 4. the remaining white objects are considered orphan and reported via 183 The false negatives are real memory leaks (orphan objects) but not 191 (orphan). For objects known not to be leaks, kmemleak provides the
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/ |
| H A D | disclaimer-zh_CN.rst | 1 :orphan:
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk.c | 73 bool orphan; member 1771 if (core->orphan || !dev_has_sync_state(core->dev)) in clk_core_hold_state() 1784 if (core->orphan) in __clk_core_update_orphan_hold_state() 1800 core->orphan = is_orphan; in clk_core_update_orphan_status() 1808 bool was_orphan = core->orphan; in clk_reparent() 1813 bool becomes_orphan = new_parent->orphan; in clk_reparent() 3471 struct clk_core *orphan; in clk_core_reparent_orphans_nolock() local 3478 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in clk_core_reparent_orphans_nolock() 3479 struct clk_core *parent = __clk_init_parent(orphan); in clk_core_reparent_orphans_nolock() 3489 __clk_set_parent_before(orphan, parent); in clk_core_reparent_orphans_nolock() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/ |
| H A D | disclaimer-ita.rst | 1 :orphan:
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/ |
| H A D | sg.h | 122 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/ |
| H A D | sg.h | 122 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | sg.h | 148 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-core.c | 1325 if (!i_csdev->orphan) in coresight_orphan_match() 1352 i_csdev->orphan = still_orphan; in coresight_orphan_match() 1385 csdev->orphan = true; in coresight_fixup_device_conns() 1416 iterator->orphan = true; in coresight_remove_match() 1605 csdev->orphan = false; in coresight_register()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | Makefile | 9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | namei.c | 575 goto orphan; in ovl_verify_index() 593 goto orphan; in ovl_verify_index() 606 orphan: in ovl_verify_index()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | Makefile | 135 LDFLAGS_vmlinux += --orphan-handling=warn
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | msm-crash-dump.rst | 1 :orphan:
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/mac80211_hwsim/ |
| H A D | mac80211_hwsim.rst | 1 :orphan:
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | Makefile | 69 LDFLAGS_vmlinux += --orphan-handling=warn
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sg.c | 126 char orphan; /* 1 -> drop on sight, 0 -> normal */ member 879 rinfo[val].orphan = srp->orphan; in sg_fill_request_table() 890 char orphan; member 946 srp->orphan = 1; in sg_ioctl_common() 1409 if (unlikely(srp->orphan)) { in sg_rq_end_io()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A 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
|