/kernel/linux/linux-5.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 …]
|
/kernel/liteos_m/testsuites/unittest/posix/src/ctype/ |
D | ctype_func_test.c | 71 * @tc.name ctype_isalnum test with not exist pid 84 * @tc.name ctype_isalnum test with not exist pid 97 * @tc.name ctype_isalnum test with not exist pid 110 * @tc.name ctype_isalnum test with not exist pid 123 * @tc.name ctype_isalnum test with not exist pid 137 * @tc.name ctype_isascii test with not exist pid 150 * @tc.name ctype_isascii test with not exist pid 163 * @tc.name ctype_isascii test with not exist pid 176 * @tc.name ctype_isascii test with not exist pid 189 * @tc.name ctype_isascii test with not exist pid [all …]
|
/kernel/liteos_m/testsuites/unittest/posix/src/string/ |
D | string_func_test_01.c | 72 * @tc.name string_strlen error test with not exist pid 85 * @tc.name string_strlen error test with not exist pid 98 * @tc.name string_strlen error test with not exist pid 110 * @tc.name string_strlen error test with not exist pid 123 * @tc.name string_strlen error test with not exist pid 137 * @tc.name string_strncasecmp error test with not exist pid 150 * @tc.name string_strncasecmp error test with not exist pid 163 * @tc.name string_strncasecmp error test with not exist pid 176 * @tc.name string_strncasecmp error test with not exist pid 189 * @tc.name string_strncasecmp error test with not exist pid [all …]
|
/kernel/linux/linux-5.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() 344 device->exist = 1; in roccat_connect() 363 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() 377 if (!dev || !dev->exist) { in hidraw_ioctl() 564 dev->exist = 1; in hidraw_connect()
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | snap.c | 1043 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local 1047 exist = NULL; in ceph_get_snapid_map() 1051 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1052 if (snap > exist->snap) { in ceph_get_snapid_map() 1054 } else if (snap < exist->snap) { in ceph_get_snapid_map() 1057 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map() 1058 list_del_init(&exist->lru); in ceph_get_snapid_map() 1061 exist = NULL; in ceph_get_snapid_map() 1064 if (exist) { in ceph_get_snapid_map() 1065 dout("found snapid map %llx -> %x\n", exist->snap, exist->dev); in ceph_get_snapid_map() [all …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.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.
|
/kernel/linux/linux-5.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 ... "
|
/kernel/liteos_m/testsuites/unittest/posix/src/stdarg/ |
D | stdarg_func_test.c | 101 * @tc.name stdarg api test with not exist pid 113 * @tc.name stdarg api test with not exist pid 125 * @tc.name stdarg api test with not exist pid 137 * @tc.name stdarg api test with not exist pid
|
/kernel/linux/linux-5.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"
|
/kernel/linux/linux-5.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 */
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.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 */
|
/kernel/linux/linux-5.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;
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.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 */
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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.
|
/kernel/linux/linux-5.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 123 echo "The merge file '$ORIG_MERGE_FILE' does not exist. Exit." >&2
|
/kernel/linux/linux-5.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() 610 if (!joydev->exist) { in joydev_compat_ioctl() 675 if (!joydev->exist) { in joydev_ioctl() 733 joydev->exist = false; in joydev_mark_dead() [all …]
|
/kernel/linux/linux-5.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.
|
/kernel/linux/linux-5.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
|