Home
last modified time | relevance | path

Searched full:exist (Results 1 – 25 of 1949) sorted by relevance

12345678910>>...78

/Linux-v5.15/net/ceph/
Dstring_table.c13 struct ceph_string *cs, *exist; in ceph_find_or_create_string() local
17 exist = NULL; in ceph_find_or_create_string()
21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string()
22 ret = ceph_compare_string(exist, str, len); in ceph_find_or_create_string()
29 exist = NULL; in ceph_find_or_create_string()
31 if (exist && !kref_get_unless_zero(&exist->kref)) { in ceph_find_or_create_string()
32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string()
33 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string()
34 exist = NULL; in ceph_find_or_create_string()
37 if (exist) in ceph_find_or_create_string()
[all …]
/Linux-v5.15/fs/ceph/
Dsnap.c1052 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local
1056 exist = NULL; in ceph_get_snapid_map()
1060 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map()
1061 if (snap > exist->snap) { in ceph_get_snapid_map()
1063 } else if (snap < exist->snap) { in ceph_get_snapid_map()
1066 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map()
1067 list_del_init(&exist->lru); in ceph_get_snapid_map()
1070 exist = NULL; in ceph_get_snapid_map()
1073 if (exist) { in ceph_get_snapid_map()
1074 dout("found snapid map %llx -> %x\n", exist->snap, exist->dev); in ceph_get_snapid_map()
[all …]
/Linux-v5.15/drivers/hid/
Dhid-roccat.c43 int exist; member
99 if (!device->exist) { in roccat_read()
143 if (!reader->device->exist) in roccat_poll()
164 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_open()
214 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_release()
225 if (device->exist) { in roccat_release()
340 device->exist = 1; in roccat_connect()
359 device->exist = 0; /* TODO exist maybe not needed */ in roccat_disconnect()
Dhidraw.c57 if (!list->hidraw->exist) { in hidraw_read()
112 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report()
187 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_get_report()
257 if (!list->hidraw->exist) in hidraw_poll()
276 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open()
322 hidraw->exist = 0; in drop_ref()
333 if (!hidraw->exist) { in drop_ref()
374 if (!dev || !dev->exist) { in hidraw_ioctl()
583 dev->exist = 1; in hidraw_connect()
/Linux-v5.15/fs/btrfs/
Dref-verify.c26 * These are meant to represent what should exist in the extent tree, these can
264 struct block_entry *be = NULL, *exist; in add_block_entry() local
281 exist = insert_block_entry(&fs_info->block_tree, be); in add_block_entry()
282 if (exist) { in add_block_entry()
286 exist_re = insert_root_entry(&exist->roots, re); in add_block_entry()
293 return exist; in add_block_entry()
314 struct ref_entry *ref = NULL, *exist; in add_tree_block() local
344 exist = insert_ref_entry(&be->refs, ref); in add_tree_block()
345 if (exist) { in add_tree_block()
346 exist->num_refs++; in add_tree_block()
[all …]
Ddelayed-ref.c587 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local
592 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref()
593 if (!exist) in insert_delayed_ref()
598 if (exist->action == ref->action) { in insert_delayed_ref()
602 if (exist->ref_mod < ref->ref_mod) { in insert_delayed_ref()
603 exist->action = ref->action; in insert_delayed_ref()
604 mod = -exist->ref_mod; in insert_delayed_ref()
605 exist->ref_mod = ref->ref_mod; in insert_delayed_ref()
607 list_add_tail(&exist->add_list, in insert_delayed_ref()
610 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref()
[all …]
/Linux-v5.15/arch/arm/mach-omap2/
Dvoltage.c55 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage()
77 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale()
128 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset()
158 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable()
186 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata()
191 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata()
220 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic()
/Linux-v5.15/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt107 If bit 0 is set, then the hwcap-bit-nr property will exist.
119 feature to lesser privilege levels. If the property does not exist then no
125 If the HFSCR bit is set, then the hfscr-bit-nr property will exist and
138 feature to lesser privilege levels. If the property does not exist then no
144 If the FSCR bit is set, then the fscr-bit-nr property will exist and
179 This property may exist when the usable-privilege property value has PR bit set.
/Linux-v5.15/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests40 prlog -n "Checking dmesg files exist in pstore filesystem ... "
43 prlog -n "Checking console files exist in pstore filesystem ... "
46 prlog -n "Checking pmsg files exist in pstore filesystem ... "
/Linux-v5.15/drivers/usb/serial/
Dio_edgeport.h34 __u32 IsRS232 :1; /* Set if RS-232 ports exist */
35 __u32 IsRS422 :1; /* Set if RS-422 ports exist */
36 __u32 IsRS485 :1; /* Set if RS-485 ports exist */
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_mod_trace.tc6 : "mod: allows to filter a non exist function"
10 : "mod: on exist module"
/Linux-v5.15/include/uapi/linux/netfilter/ipset/
Dip_set_list.h9 /* Set name to be added/deleted/tested does not exist. */
15 /* Reference set does not exist */
/Linux-v5.15/include/soc/fsl/
Dcpm.h61 #define CPMFCR_GBL ((u_char)0x00) /* Flag doesn't exist in CPM1 */
62 #define CPMFCR_TC2 ((u_char)0x00) /* Flag doesn't exist in CPM1 */
63 #define CPMFCR_DTB ((u_char)0x00) /* Flag doesn't exist in CPM1 */
64 #define CPMFCR_BDB ((u_char)0x00) /* Flag doesn't exist in CPM1 */
/Linux-v5.15/include/linux/
Dgeneric-radix-tree.h22 * NULL if that entry does not exist
29 * The radix tree allocates one page of entries at a time, so entries may exist
128 * Returns a pointer to entry at @_idx, or NULL if that entry does not exist.
176 * If no more entries exist at or above @_iter's current position, returns NULL
/Linux-v5.15/include/linux/platform_data/
Dmlxreg.h16 * TYPE1 HW watchdog implementation exist in old systems.
18 * TYPE3 HW watchdog can exist on all systems with new CPLD.
135 * @deferred_nr: I2C adapter number must be exist prior probing execution;
/Linux-v5.15/drivers/platform/chrome/wilco_ec/
Devent.c180 * @exist: Has the device been not been removed? Once a device has been removed,
196 bool exist; member
310 if (!dev_data->exist) in event_open()
330 if (!dev_data->exist) in event_poll()
373 !dev_data->exist); in event_read()
378 if (!dev_data->exist) in event_read()
430 dev_data->exist = false; in hangup_device()
478 dev_data->exist = true; in event_device_add()
/Linux-v5.15/drivers/net/wan/
Dhdlc_fr.c13 (exist,new) -> 0,0 when "PVC create" or if "link unreliable"
18 -> 1 when "PVC up" and (exist,new) = 1,0
21 (exist,new,active) = FULL STATUS if "link reliable"
25 exist = new = not used
123 unsigned int exist: 1; member
446 !pvc->state.exist ? "deleted" : in fr_log_dlci_active()
509 if (state(hdlc)->reliable && !pvc->state.exist) { in fr_lmi_send()
510 pvc->state.exist = pvc->state.new = 1; in fr_lmi_send()
516 pvc->state.exist && !pvc->state.new) { in fr_lmi_send()
564 pvc->state.exist = pvc->state.active = 1; in fr_set_link_state()
[all …]
/Linux-v5.15/drivers/acpi/
Dpptt.c173 * how many levels exist solely for it, and then walk up each level until we hit
175 * caches that exist across packages). Count the number of cache levels that
176 * exist at each level on the way up.
562 * Return: -ENOENT if the PPTT doesn't exist, the CPU cannot be found or
662 * -ENOENT ,if the PPTT doesn't exist, the CPU cannot be found or
685 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
700 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
740 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
765 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
/Linux-v5.15/drivers/input/
Djoydev.c44 bool exist; member
204 if (!joydev->exist) in joydev_open_device()
222 if (joydev->exist && !--joydev->open) in joydev_close_device()
392 if (!joydev->exist) in joydev_read()
405 !joydev->exist || joydev_data_pending(client)); in joydev_read()
409 if (!joydev->exist) in joydev_read()
441 (joydev->exist ? 0 : (EPOLLHUP | EPOLLERR)); in joydev_poll()
609 if (!joydev->exist) { in joydev_compat_ioctl()
674 if (!joydev->exist) { in joydev_ioctl()
732 joydev->exist = false; in joydev_mark_dead()
[all …]
/Linux-v5.15/arch/um/include/linux/
Dtime-internal.h61 /* this is a macro so the event/function need not exist */
78 * not inlines so the data structure need not exist,
/Linux-v5.15/Documentation/vm/
Dhugetlbfs_reserv.rst64 region in the reserv_map may indicate reservations exist for the
65 range, or reservations do not exist.
127 exists or did exist for the corresponding page. As reservations are
142 some reservations may already exist within the range (to - from). See the
169 file_region will exist that includes the range 'from' - 'to'. For private
175 ensure reservations exist for the range 'from' - 'to'.
203 If a reservation does not exist, and there is a subpool associated with the
216 exist and the page must be taken from the global free pool if possible.
321 exist in the subpool.
457 Several helper routines exist to query and modify the reservation maps.
/Linux-v5.15/Documentation/admin-guide/
Ddevices.rst66 This section details additional entries that should or may exist in
75 These links should exist on all systems:
91 It is recommended that these links exist on all systems:
110 exist, they should have the following uses.
139 Non-transient sockets and named pipes may exist in /dev. Common entries are:
245 port TTY, for which no alternate device would exist.
/Linux-v5.15/Documentation/devicetree/bindings/mmc/
Dsocionext,uniphier-sd.yaml33 bridge: exist only for version 2.91
34 hw: optional. exist if eMMC hw reset line is available
/Linux-v5.15/drivers/acpi/acpica/
Ddsfield.c160 /* Creating new namespace node, should not already exist */ in acpi_ds_create_buffer_field()
355 /* Lookup the Connection() namepath, it should already exist */ in acpi_ds_get_field_names()
377 /* Lookup the name, it should already exist */ in acpi_ds_get_field_names()
483 /* First arg is the name of the parent op_region (must already exist) */ in acpi_ds_create_field()
606 /* Creating new namespace node(s), should not already exist */ in acpi_ds_init_field_objects()
683 /* First arg is the name of the parent op_region (must already exist) */ in acpi_ds_create_bank_field()
705 /* Second arg is the Bank Register (Field) (must already exist) */ in acpi_ds_create_bank_field()
776 /* First arg is the name of the Index register (must already exist) */ in acpi_ds_create_index_field()
790 /* Second arg is the data register (must already exist) */ in acpi_ds_create_index_field()
/Linux-v5.15/tools/power/cpupower/utils/helpers/
Dmsr.c23 * ENXIO -If the CPU does not exist
53 * ENXIO -If the CPU does not exist

12345678910>>...78