Home
last modified time | relevance | path

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

12345678910>>...18

/linux/fs/btrfs/
H A Ddelayed-ref.c635 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref() argument
643 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref()
645 spin_lock(&existing->lock); in update_existing_head_ref()
652 if (!existing->owning_root) in update_existing_head_ref()
653 existing->owning_root = update->owning_root; in update_existing_head_ref()
663 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
664 existing->owning_root = update->owning_root; in update_existing_head_ref()
670 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
675 if (!existing->extent_op) { in update_existing_head_ref()
676 existing->extent_op = update->extent_op; in update_existing_head_ref()
[all …]
H A Dulist.c162 static int ulist_node_val_cmp(struct rb_node *new, const struct rb_node *existing) in ulist_node_val_cmp() argument
166 return ulist_node_val_key_cmp(&unode->val, existing); in ulist_node_val_cmp()
/linux/fs/xfs/
H A Dxfs_healthmon.c163 struct xfs_healthmon_event *existing, in xfs_healthmon_merge_events() argument
166 if (!existing) in xfs_healthmon_merge_events()
170 if (existing->type != new->type || in xfs_healthmon_merge_events()
171 existing->domain != new->domain) in xfs_healthmon_merge_events()
174 switch (existing->type) { in xfs_healthmon_merge_events()
181 existing->lostcount += new->lostcount; in xfs_healthmon_merge_events()
187 switch (existing->domain) { in xfs_healthmon_merge_events()
189 existing->fsmask |= new->fsmask; in xfs_healthmon_merge_events()
193 if (existing->group == new->group){ in xfs_healthmon_merge_events()
194 existing->grpmask |= new->grpmask; in xfs_healthmon_merge_events()
[all …]
/linux/net/llc/
H A 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()
/linux/drivers/base/
H A Ddevcoredump.c331 struct device *existing; in dev_coredump_put() local
333 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredump_put()
335 if (existing) { in dev_coredump_put()
336 devcd_free(existing, NULL); in dev_coredump_put()
337 put_device(existing); in dev_coredump_put()
369 struct device *existing; in dev_coredumpm_timeout() local
374 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredumpm_timeout()
376 if (existing) { in dev_coredumpm_timeout()
377 put_device(existing); in dev_coredumpm_timeout()
/linux/Documentation/block/
H 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/scripts/
H 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)
H A DMakefile.modfinal78 existing-targets := $(wildcard $(sort $(targets)))
80 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.modpost153 existing-targets := $(wildcard $(sort $(targets)))
155 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.asm-headers102 existing-targets := $(wildcard $(sort $(targets)))
104 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.build580 existing-targets := $(wildcard $(sort $(targets)))
582 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
587 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
588 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
H A DMakefile.vmlinux171 existing-targets := $(wildcard $(sort $(targets)))
173 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/linux/include/kunit/
H 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/Documentation/ABI/testing/
H 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
H 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/tools/perf/Documentation/
H 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/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst13 HDaudio existing link mapping (2015 addition in SkyLake)
24 are only used in existing drivers when the SCF value needs to be
86 DMA control uses the existing LOSIDV register.
178 DMA control uses the existing LOSIDV register
249 DMA control uses the existing LOSIDV register
/linux/Documentation/driver-api/mei/
H 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/Documentation/devicetree/bindings/net/
H 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/tools/bpf/bpftool/Documentation/
H A Dbpftool-struct_ops.rst42 struct_ops. Otherwise, it lists all struct_ops currently existing in the
51 struct_ops. Otherwise, it dumps all struct_ops currently existing in the
/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c276 static int combine_test_results(int existing, int latest) in combine_test_results() argument
278 if (existing == TEST_FAIL) in combine_test_results()
280 if (existing == TEST_SKIP) in combine_test_results()
/linux/Documentation/bpf/
H 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/security/integrity/evm/
H A DKconfig28 additional info to the calculation, requires existing EVM
45 additional info to the calculation, requires existing EVM
/linux/Documentation/timers/
H A 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/drivers/media/test-drivers/vidtv/
H A DKconfig7 validate the existing APIs in the media subsystem. It can also aid developers

12345678910>>...18