/Linux-v5.10/net/ceph/ |
D | string_table.c | 13 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.10/drivers/hid/ |
D | hid-roccat.c | 43 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()
|
D | hidraw.c | 57 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() 561 dev->exist = 1; in hidraw_connect()
|
/Linux-v5.10/fs/ceph/ |
D | snap.c | 1013 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local 1017 exist = NULL; in ceph_get_snapid_map() 1021 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1022 if (snap > exist->snap) { in ceph_get_snapid_map() 1024 } else if (snap < exist->snap) { in ceph_get_snapid_map() 1027 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map() 1028 list_del_init(&exist->lru); in ceph_get_snapid_map() 1031 exist = NULL; in ceph_get_snapid_map() 1034 if (exist) { in ceph_get_snapid_map() 1035 dout("found snapid map %llx -> %x\n", exist->snap, exist->dev); in ceph_get_snapid_map() [all …]
|
/Linux-v5.10/fs/btrfs/ |
D | ref-verify.c | 26 * 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 …]
|
D | delayed-ref.c | 599 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local 604 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref() 605 if (!exist) in insert_delayed_ref() 610 if (exist->action == ref->action) { in insert_delayed_ref() 614 if (exist->ref_mod < ref->ref_mod) { in insert_delayed_ref() 615 exist->action = ref->action; in insert_delayed_ref() 616 mod = -exist->ref_mod; in insert_delayed_ref() 617 exist->ref_mod = ref->ref_mod; in insert_delayed_ref() 619 list_add_tail(&exist->add_list, in insert_delayed_ref() 622 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref() [all …]
|
/Linux-v5.10/arch/arm/mach-omap2/ |
D | voltage.c | 55 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.10/Documentation/devicetree/bindings/powerpc/ |
D | ibm,powerpc-cpu-features.txt | 107 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.10/tools/testing/selftests/pstore/ |
D | pstore_post_reboot_tests | 40 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.10/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_mod_trace.tc | 6 : "mod: allows to filter a non exist function" 10 : "mod: on exist module"
|
/Linux-v5.10/include/uapi/linux/netfilter/ipset/ |
D | ip_set_list.h | 9 /* Set name to be added/deleted/tested does not exist. */ 15 /* Reference set does not exist */
|
/Linux-v5.10/include/soc/fsl/ |
D | cpm.h | 61 #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.10/include/linux/ |
D | generic-radix-tree.h | 22 * 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.10/include/linux/platform_data/ |
D | mlxreg.h | 16 * 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.10/drivers/platform/chrome/wilco_ec/ |
D | event.c | 180 * @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.10/drivers/usb/serial/ |
D | io_edgeport.h | 84 __u32 IsRS232 :1; /* Set if RS-232 ports exist */ 85 __u32 IsRS422 :1; /* Set if RS-422 ports exist */ 86 __u32 IsRS485 :1; /* Set if RS-485 ports exist */
|
/Linux-v5.10/drivers/net/wan/ |
D | hdlc_fr.c | 13 (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 126 unsigned int exist: 1; member 464 !pvc->state.exist ? "deleted" : in fr_log_dlci_active() 531 if (state(hdlc)->reliable && !pvc->state.exist) { in fr_lmi_send() 532 pvc->state.exist = pvc->state.new = 1; in fr_lmi_send() 538 pvc->state.exist && !pvc->state.new) { in fr_lmi_send() 588 pvc->state.exist = pvc->state.active = 1; in fr_set_link_state() [all …]
|
/Linux-v5.10/drivers/acpi/ |
D | pptt.c | 173 * 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. 552 * Return: -ENOENT if the PPTT doesn't exist, the CPU cannot be found or 652 * -ENOENT ,if the PPTT doesn't exist, the CPU cannot be found or 675 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found. 690 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found. 730 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found. 755 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
|
/Linux-v5.10/drivers/input/ |
D | joydev.c | 45 bool exist; member 205 if (!joydev->exist) in joydev_open_device() 223 if (joydev->exist && !--joydev->open) in joydev_close_device() 393 if (!joydev->exist) in joydev_read() 406 !joydev->exist || joydev_data_pending(client)); in joydev_read() 410 if (!joydev->exist) in joydev_read() 442 (joydev->exist ? 0 : (EPOLLHUP | EPOLLERR)); in joydev_poll() 607 if (!joydev->exist) { in joydev_compat_ioctl() 672 if (!joydev->exist) { in joydev_ioctl() 730 joydev->exist = false; in joydev_mark_dead() [all …]
|
/Linux-v5.10/scripts/kconfig/ |
D | merge_config.sh | 72 echo "output directory $2 does not exist" 1>&2 101 echo "The base file '$INITFILE' does not exist. Exit." >&2 122 echo "The merge file '$ORIG_MERGE_FILE' does not exist. Exit." >&2
|
/Linux-v5.10/security/integrity/platform_certs/ |
D | load_uefi.c | 89 * It's not an error if the MOKvar config table doesn't exist in load_moklist_certs() 106 /* Get MokListRT. It might not exist, so it isn't an error in load_moklist_certs() 143 /* Get db and dbx. They might not exist, so it isn't an error in load_uefi_certs()
|
/Linux-v5.10/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 64 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.10/Documentation/devicetree/bindings/mmc/ |
D | socionext,uniphier-sd.yaml | 33 bridge: exist only for version 2.91 34 hw: optional. exist if eMMC hw reset line is available
|
/Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux.txt | 9 This property is required if the i2c-mux child node does not exist. 12 This property is required if the i2c-mux child node does not exist.
|
/Linux-v5.10/Documentation/admin-guide/ |
D | devices.rst | 66 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.
|