Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/linux-6.3-rc2/net/llc/
A 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-6.3-rc2/fs/btrfs/
A Ddelayed-ref.c666 spin_lock(&existing->lock); in update_existing_head_ref()
686 if (!existing->extent_op) { in update_existing_head_ref()
690 memcpy(&existing->extent_op->key, in update_existing_head_ref()
696 existing->extent_op->flags_to_set |= in update_existing_head_ref()
708 old_ref_mod = existing->total_ref_mod; in update_existing_head_ref()
709 existing->ref_mod += update->ref_mod; in update_existing_head_ref()
716 if (existing->is_data) { in update_existing_head_ref()
719 existing->num_bytes); in update_existing_head_ref()
731 spin_unlock(&existing->lock); in update_existing_head_ref()
826 if (existing) { in add_delayed_ref_head()
[all …]
A Dextent_map.c549 struct extent_map *existing, in merge_extent_mapping() argument
561 if (existing->start > map_start) { in merge_extent_mapping()
562 next = existing; in merge_extent_mapping()
565 prev = existing; in merge_extent_mapping()
625 struct extent_map *existing; in btrfs_add_extent_mapping() local
637 if (start >= existing->start && in btrfs_add_extent_mapping()
638 start < extent_map_end(existing)) { in btrfs_add_extent_mapping()
640 *em_in = existing; in btrfs_add_extent_mapping()
650 ret = merge_extent_mapping(em_tree, existing, in btrfs_add_extent_mapping()
657 ret, existing->start, existing->len, in btrfs_add_extent_mapping()
[all …]
/linux-6.3-rc2/Documentation/block/
A 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-6.3-rc2/scripts/
A 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)
A DMakefile.vmlinux48 existing-targets := $(wildcard $(sort $(targets)))
50 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.modfinal79 existing-targets := $(wildcard $(sort $(targets)))
81 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.modpost142 existing-targets := $(wildcard $(sort $(targets)))
144 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.vmlinux_o100 existing-targets := $(wildcard $(sort $(targets)))
102 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.build514 existing-targets := $(wildcard $(sort $(targets)))
516 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
521 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
522 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
/linux-6.3-rc2/include/kunit/
A Dresource.h198 struct kunit_resource *existing; in kunit_add_named_resource() local
203 existing = kunit_find_named_resource(test, name); in kunit_add_named_resource()
204 if (existing) { in kunit_add_named_resource()
205 kunit_put_resource(existing); in kunit_add_named_resource()
/linux-6.3-rc2/Documentation/ABI/testing/
A 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
A Dsysfs-bus-intel_th-devices-msc19 If operating mode changes, existing buffer is deallocated,
34 Writing to this file deallocates existing buffer (provided
/linux-6.3-rc2/tools/perf/Documentation/
A 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-6.3-rc2/drivers/base/
A Ddevcoredump.c331 struct device *existing; in dev_coredumpm() local
336 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredumpm()
338 if (existing) { in dev_coredumpm()
339 put_device(existing); in dev_coredumpm()
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/
A Dqcom-soc.yaml20 When adding new compatibles to existing bindings, use the format in the
21 existing binding, even if it contradicts the above.
37 # Legacy namings - variations of existing patterns/compatibles are OK,
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A 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-6.3-rc2/Documentation/driver-api/mei/
A 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.
20 the existing code.
26 A driver implementation for an MEI Client is very similar to any other existing bus
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool-struct_ops.rst43 currently existing in the system.
52 currently existing in the system.
/linux-6.3-rc2/drivers/staging/media/
A DKconfig9 so, they won't likely work fine with the existing applications.
11 the existing ones.
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A 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-6.3-rc2/security/integrity/evm/
A DKconfig27 additional info to the calculation, requires existing EVM
44 additional info to the calculation, requires existing EVM
/linux-6.3-rc2/Documentation/dev-tools/kunit/
A Drun_manual.rst20 - We have an existing kernel configuration to test.
23 - Wish to integrate with some existing testing systems.
/linux-6.3-rc2/Documentation/bpf/
A Dmap_cpumap.rst60 helper. This helper replaces existing elements atomically. The ``value`` parameter
74 - BPF_ANY: Create a new element or update an existing element.
76 - BPF_EXIST: Update an existing element.
/linux-6.3-rc2/drivers/media/test-drivers/vidtv/
A DKconfig7 validate the existing APIs in the media subsystem. It can also aid developers

Completed in 28 milliseconds

12345678910>>...23