Home
last modified time | relevance | path

Searched full:existing (Results 1 – 25 of 2370) sorted by relevance

12345678910>>...95

/Linux-v5.15/fs/btrfs/
Dextent_map.c396 * existing mappings. The extent_map struct passed in will be inserted
538 * Helper for btrfs_get_extent. Given an existing extent in the tree,
539 * the existing extent is the nearest extent to map_start,
544 struct extent_map *existing, in merge_extent_mapping() argument
556 if (existing->start > map_start) { in merge_extent_mapping()
557 next = existing; in merge_extent_mapping()
560 prev = existing; in merge_extent_mapping()
593 * a) Returning the existing extent in @em_in if @start is within the
594 * existing em.
595 * b) Merge the existing extent with @em_in passed in.
[all …]
Ddelayed-ref.c620 /* remove existing tail if its ref_mod is zero */ in insert_delayed_ref()
635 * existing and update must have the same bytenr
638 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref() argument
646 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref()
648 spin_lock(&existing->lock); in update_existing_head_ref()
653 * with an existing head ref without in update_existing_head_ref()
657 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
663 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
668 if (!existing->extent_op) { in update_existing_head_ref()
669 existing->extent_op = update->extent_op; in update_existing_head_ref()
[all …]
/Linux-v5.15/Documentation/block/
Dpr.rst64 is non-null. If no existing reservation exists old_key must be zero,
65 if an existing reservation should be replaced old_key must contain
68 If the new_key argument is 0 it unregisters the existing reservation passed
76 devices based on the type argument. The key argument must be the existing
91 This ioctl command releases the existing reservation referred to by
106 registered with the device and drops any existing reservation.
115 Ignore the existing reservation key. This is commonly supported for
/Linux-v5.15/tools/testing/selftests/powerpc/ptrace/
Dptrace-perf-hwbreak.c163 * if (existing cpu event by perf) in test1()
188 * if (existing cpu event by perf) in test2()
217 * if (existing thread event by perf on the same thread) in test3()
242 * if (existing thread event by perf on the same thread) in test4()
272 * if (existing thread event by perf on the different thread) in test5()
310 * if (existing thread event by ptrace on the same thread) in test6()
314 * if (existing thread event by ptrace) in test6()
348 * if (existing thread event by ptrace on the same thread) in test7()
373 * if (existing thread event by ptrace on the same thread) in test8()
403 * if (existing thread event by ptrace on the other thread) in test9()
[all …]
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/dynevent/
Dtest_duplicates.tc20 # Test eprobe for same eprobe, existing kprobe and existing event
28 # Test kprobe for same kprobe, existing eprobe and existing event
/Linux-v5.15/net/netfilter/
Dnft_set_rbtree.c231 * a1. _ _ __>| ?_ _ __| (insert end before existing end) in __nft_rbtree_insert()
232 * a2. _ _ ___| ?_ _ _>| (insert end after existing end) in __nft_rbtree_insert()
233 * a3. _ _ ___? >|_ _ __| (insert start before existing end) in __nft_rbtree_insert()
240 * b1. _ _ __>| !_ _ __| (insert end before existing start) in __nft_rbtree_insert()
241 * b2. _ _ ___| !_ _ _>| (insert end after existing start) in __nft_rbtree_insert()
242 * b3. _ _ ___! >|_ _ __| (insert start after existing end, as a leaf) in __nft_rbtree_insert()
244 * b4. >|_ _ ! (insert start before existing start) in __nft_rbtree_insert()
249 * - otherwise, if an existing end is found immediately to the left. If in __nft_rbtree_insert()
250 * there are existing nodes in between, we need to further descend the in __nft_rbtree_insert()
254 * more existing intervals entirely, from the right. in __nft_rbtree_insert()
[all …]
/Linux-v5.15/net/llc/
Dllc_if.c89 struct sock *existing; in llc_establish_connection() local
95 existing = llc_lookup_established(llc->sap, &daddr, &laddr); in llc_establish_connection()
96 if (existing) { in llc_establish_connection()
97 if (existing->sk_state == TCP_ESTABLISHED) { in llc_establish_connection()
98 sk = existing; in llc_establish_connection()
101 sock_put(existing); in llc_establish_connection()
/Linux-v5.15/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink_trap.sh126 check_fail $? "Did not get an error for non-existing trap"
128 log_test "Non-existing trap"
143 check_fail $? "Did not get an error for non-existing trap action"
145 log_test "Non-existing trap action"
246 check_fail $? "Did not get an error for non-existing trap group"
248 log_test "Non-existing trap group"
286 check_fail $? "Did not get an error for setting a non-existing policer"
288 check_fail $? "Did not get an error for getting a non-existing policer"
355 check_fail $? "Did not get an error for binding a non-existing policer"
/Linux-v5.15/Documentation/driver-api/mei/
Dmei-client-bus.rst13 However, for some of the ME functionalities it makes sense to leverage existing software
14 stack and expose them through existing kernel subsystems.
19 Existing device drivers can even potentially be re-used by adding an MEI CL bus layer to
20 the existing code.
26 A driver implementation for an MEI Client is very similar to any other existing bus
/Linux-v5.15/Documentation/arm/
Dbooting.rst30 Existing boot loaders:
46 Existing boot loaders:
66 Existing boot loaders:
80 necessary, but assures that it will not match any existing types.
85 Existing boot loaders:
147 Existing boot loaders:
164 Existing boot loaders:
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_ksyms_weak.c18 /* existing weak symbols */
20 /* test existing weak symbols can be resolved. */
38 /* tests existing symbols. */ in pass_handler()
/Linux-v5.15/tools/perf/pmu-events/arch/x86/amdzen2/
Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/Linux-v5.15/tools/perf/Documentation/
Ddb-export.txt22 1. Because of the nature of SQL, existing tables and columns can continue to be
26 2. New tables and columns can be added, without affecting existing SQL queries,
33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
/Linux-v5.15/scripts/
DMakefile.modpost101 existing-input-symdump := $(wildcard $(input-symdump))
105 $(addprefix -i ,$(existing-input-symdump)) \
124 ifneq ($(KBUILD_MODPOST_WARN)$(filter-out $(existing-input-symdump), $(input-symdump)),)
146 existing-targets := $(wildcard $(sort $(targets)))
148 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
DMakefile.headersinst53 existing-dirs := $(sort $(dir $(old-headers)))
55 new-dirs := $(filter-out $(existing-dirs), $(wanted-dirs))
77 existing-headers := $(filter $(old-headers), $(all-headers))
79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddef.h207 ODM_BOARD_EXT_PA = BIT(3), /* 1 = existing 2G ext-PA */
208 ODM_BOARD_EXT_LNA = BIT(4), /* 1 = existing 2G ext-LNA */
209 ODM_BOARD_EXT_TRSW = BIT(5), /* 1 = existing ext-TRSW */
210 ODM_BOARD_EXT_PA_5G = BIT(6), /* 1 = existing 5G ext-PA */
211 ODM_BOARD_EXT_LNA_5G = BIT(7), /* 1 = existing 5G ext-LNA */
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-stm_source7 is directed. Reads return an existing connection or "<none>" if
9 Write an existing (registered) stm device's name here to
/Linux-v5.15/drivers/iio/common/ssp_sensors/
Dssp.h164 * @batch_latency_buf: yet unknown but existing in communication protocol
165 * @batch_opt_buf: yet unknown but existing in communication protocol
166 * @accel_position: yet unknown but existing in communication protocol
167 * @mag_position: yet unknown but existing in communication protocol
/Linux-v5.15/Documentation/timers/
Dhrtimers.rst10 features into the existing timer framework, and after testing various
72 special-purpose optimization of the existing timer wheel for the low
88 - simplification of existing, timing related kernel code
105 absolute timers based on a low-resolution CLOCK_REALTIME. The existing
117 existing timer wheel code, as it is mature and well suited. Sharing code
/Linux-v5.15/tools/testing/selftests/vm/
Dmap_fixed_noreplace.c116 * Overlap end of existing mapping: in main()
136 * Overlap start of existing mapping: in main()
156 * Adjacent to start of existing mapping: in main()
176 * Adjacent to end of existing mapping: in main()
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_mdio.c97 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read()
122 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read()
133 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_read()
165 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write()
191 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write()
202 /* Wait until any existing MII operation is complete */ in stmmac_xgmac2_mdio_write()
328 /* Wait until any existing MII operation is complete */ in stmmac_mdio_write()
339 /* Wait until any existing MII operation is complete */ in stmmac_mdio_write()
/Linux-v5.15/Documentation/devicetree/bindings/net/
Dbroadcom-bcm87xx.txt12 with the existing register value, and the fourth cell is ORed with
14 value of zero, no read of the existing value is performed.
/Linux-v5.15/drivers/staging/media/
DKconfig9 so, they won't likely work fine with the existing applications.
11 the existing ones.
/Linux-v5.15/Documentation/firmware-guide/acpi/
Dmethod-customizing.rst14 1. override an existing method which may not work correctly,
38 1. override an existing method
68 This is easier than overriding an existing method.
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dopal-power.c55 /* Check for existing EPOW, DPO events */
64 pr_info("Existing DPO event detected.\n"); in poweroff_pending()
70 pr_info("Existing EPOW event detected.\n"); in poweroff_pending()

12345678910>>...95