Home
last modified time | relevance | path

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

12345678910>>...170

/kernel/linux/linux-5.10/fs/btrfs/
Ddelayed-ref.c632 /* remove existing tail if its ref_mod is zero */ in insert_delayed_ref()
647 * existing and update must have the same bytenr
650 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref() argument
656 u64 flags = btrfs_ref_head_to_space_flags(existing); in update_existing_head_ref()
659 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref()
661 spin_lock(&existing->lock); in update_existing_head_ref()
666 * with an existing head ref without in update_existing_head_ref()
670 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
676 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
681 if (!existing->extent_op) { in update_existing_head_ref()
[all …]
Dextent_map.c393 * existing mappings. The extent_map struct passed in will be inserted
535 * Helper for btrfs_get_extent. Given an existing extent in the tree,
536 * the existing extent is the nearest extent to map_start,
541 struct extent_map *existing, in merge_extent_mapping() argument
553 if (existing->start > map_start) { in merge_extent_mapping()
554 next = existing; in merge_extent_mapping()
557 prev = existing; in merge_extent_mapping()
589 * a) Returning the existing extent in @em_in if @start is within the
590 * existing em.
591 * b) Merge the existing extent with @em_in passed in.
[all …]
/kernel/linux/linux-6.6/fs/btrfs/
Ddelayed-ref.c584 * Return true if the ref was merged into an existing one (and therefore can be
627 /* remove existing tail if its ref_mod is zero */ in insert_delayed_ref()
636 * existing and update must have the same bytenr
639 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref() argument
647 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref()
649 spin_lock(&existing->lock); in update_existing_head_ref()
654 * with an existing head ref without in update_existing_head_ref()
658 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
664 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
669 if (!existing->extent_op) { in update_existing_head_ref()
[all …]
Dextent_map.c399 * existing mappings. The extent_map struct passed in will be inserted
545 * Helper for btrfs_get_extent. Given an existing extent in the tree,
546 * the existing extent is the nearest extent to map_start,
551 struct extent_map *existing, in merge_extent_mapping() argument
563 if (existing->start > map_start) { in merge_extent_mapping()
564 next = existing; in merge_extent_mapping()
567 prev = existing; in merge_extent_mapping()
600 * a) Returning the existing extent in @em_in if @start is within the
601 * existing em.
602 * b) Merge the existing extent with @em_in passed in.
[all …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/net/llc/
Dllc_if.c89 struct sock *existing; in llc_establish_connection() local
95 existing = llc_lookup_established(llc->sap, &daddr, &laddr, sock_net(sk)); 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink_trap.sh124 check_fail $? "Did not get an error for non-existing trap"
126 log_test "Non-existing trap"
141 check_fail $? "Did not get an error for non-existing trap action"
143 log_test "Non-existing trap action"
234 check_fail $? "Did not get an error for non-existing trap group"
236 log_test "Non-existing trap group"
274 check_fail $? "Did not get an error for setting a non-existing policer"
276 check_fail $? "Did not get an error for getting a non-existing policer"
343 check_fail $? "Did not get an error for binding a non-existing policer"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink_trap.sh137 check_fail $? "Did not get an error for non-existing trap"
139 log_test "Non-existing trap"
154 check_fail $? "Did not get an error for non-existing trap action"
156 log_test "Non-existing trap action"
258 check_fail $? "Did not get an error for non-existing trap group"
260 log_test "Non-existing trap group"
299 check_fail $? "Did not get an error for setting a non-existing policer"
301 check_fail $? "Did not get an error for getting a non-existing policer"
368 check_fail $? "Did not get an error for binding a non-existing policer"
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-6.6/Documentation/arch/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:
/kernel/linux/linux-6.6/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)."
/kernel/linux/linux-5.10/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)."
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dtest_ksyms_weak.c18 /* existing weak symbols */
20 /* test existing weak symbols can be resolved. */
41 /* tests existing symbols. */ in pass_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Drps_default_mask.sh57 chk_rps "changing rps_default_mask dont affect existing devices" "" lo $INITIAL_RPS_DEFAULT_MASK
60 chk_rps "changing rps_default_mask dont affect existing netns" $NETNS lo 0
77 chk_rps "changing rps_default_mask in child ns don't affect existing devices" $NETNS lo 0
/kernel/linux/linux-6.6/scripts/
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)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dksyms_btf.c105 ASSERT_EQ(data->out__existing_typed, 0, "existing typed ksym"); in test_weak_syms()
106 ASSERT_NEQ(data->out__existing_typeless, -1, "existing typeless ksym"); in test_weak_syms()
132 ASSERT_EQ(data->out__existing_typed, 0, "existing typed ksym"); in test_weak_syms_lskel()
133 ASSERT_NEQ(data->out__existing_typeless, -1, "existing typeless ksym"); in test_weak_syms_lskel()
/kernel/linux/linux-5.10/scripts/
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)
/kernel/linux/linux-6.6/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 */

12345678910>>...170