| /linux/net/ceph/ |
| A D | string_table.c | 17 exist = NULL; 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() 34 exist = NULL; in ceph_find_or_create_string() 37 if (exist) in ceph_find_or_create_string() 38 return exist; in ceph_find_or_create_string() 50 exist = NULL; in ceph_find_or_create_string() 64 exist = NULL; in ceph_find_or_create_string() 67 if (!exist) { in ceph_find_or_create_string() 79 if (exist) { in ceph_find_or_create_string() [all …]
|
| /linux/fs/ceph/ |
| A D | snap.c | 1196 exist = NULL; in ceph_get_snapid_map() 1210 exist = NULL; in ceph_get_snapid_map() 1213 if (exist) { in ceph_get_snapid_map() 1215 exist->dev); in ceph_get_snapid_map() 1216 return exist; in ceph_get_snapid_map() 1233 exist = NULL; in ceph_get_snapid_map() 1246 exist = NULL; in ceph_get_snapid_map() 1248 if (exist) { in ceph_get_snapid_map() 1256 if (exist) { in ceph_get_snapid_map() 1260 exist->dev); in ceph_get_snapid_map() [all …]
|
| /linux/fs/btrfs/ |
| A D | ref-verify.c | 285 if (exist) { in add_block_entry() 296 return exist; in add_block_entry() 317 struct ref_entry *ref = NULL, *exist; in add_tree_block() local 348 if (exist) { in add_tree_block() 349 exist->num_refs++; in add_tree_block() 826 if (exist) { in btrfs_ref_tree_mod() 828 if (exist->num_refs == 0) { in btrfs_ref_tree_mod() 837 exist->num_refs--; in btrfs_ref_tree_mod() 838 if (exist->num_refs == 0) { in btrfs_ref_tree_mod() 840 kfree(exist); in btrfs_ref_tree_mod() [all …]
|
| A D | delayed-ref.c | 624 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local 629 if (!exist) { in insert_delayed_ref() 639 if (exist->action == ref->action) { in insert_delayed_ref() 643 if (exist->ref_mod < ref->ref_mod) { in insert_delayed_ref() 644 exist->action = ref->action; in insert_delayed_ref() 645 mod = -exist->ref_mod; in insert_delayed_ref() 646 exist->ref_mod = ref->ref_mod; in insert_delayed_ref() 648 list_add_tail(&exist->add_list, in insert_delayed_ref() 652 list_del_init(&exist->add_list); in insert_delayed_ref() 659 exist->ref_mod += mod; in insert_delayed_ref() [all …]
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| A D | event.c | 195 bool exist; member 309 if (!dev_data->exist) in event_open() 329 if (!dev_data->exist) in event_poll() 372 !dev_data->exist); in event_read() 377 if (!dev_data->exist) in event_read() 428 dev_data->exist = false; in hangup_device() 476 dev_data->exist = true; in event_device_add()
|
| /linux/drivers/net/pse-pd/ |
| A D | tps23881.c | 265 bool exist; member 290 if (port_matrix[i].exist && in tps23881_is_chan_free() 320 port_matrix[pi_id].exist = true; in tps23881_match_port_matrix() 392 if (!port_matrix[i].exist || !port_matrix[i].is_4p) in tps23881_sort_port_matrix() 400 tmp_port_matrix[port_cnt].exist = true; in tps23881_sort_port_matrix() 419 if (!port_matrix[i].exist || port_matrix[i].is_4p) in tps23881_sort_port_matrix() 427 tmp_port_matrix[port_cnt].exist = true; in tps23881_sort_port_matrix() 499 if (port_matrix[i].exist) in tps23881_write_port_matrix() 512 if (port_matrix[i].exist) { in tps23881_write_port_matrix() 551 if (!port_matrix[i].exist) in tps23881_set_ports_conf() [all …]
|
| /linux/drivers/hid/ |
| A D | hid-roccat.c | 43 int exist; member 99 if (!device->exist) { in roccat_read() 143 if (!reader->device->exist) in roccat_poll() 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()
|
| A D | hidraw.c | 67 if (!list->hidraw->exist) { in hidraw_read() 122 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report() 201 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_get_report() 271 if (!list->hidraw->exist || hidraw_is_revoked(list)) in hidraw_poll() 295 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open() 344 hidraw->exist = 0; in drop_ref() 355 if (!hidraw->exist) { in drop_ref() 409 if (!dev || !dev->exist || hidraw_is_revoked(list)) { in hidraw_ioctl() 626 dev->exist = 1; in hidraw_connect()
|
| /linux/drivers/input/ |
| A D | joydev.c | 44 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() 731 joydev->exist = false; in joydev_mark_dead() [all …]
|
| A D | evdev.c | 37 bool exist; member 388 if (!evdev->exist) in evdev_open_device() 404 if (evdev->exist && !--evdev->open) in evdev_close_device() 434 if (evdev->exist && !client->revoked) in evdev_release() 515 if (!evdev->exist || client->revoked) { in evdev_write() 569 if (!evdev->exist || client->revoked) in evdev_read() 598 !evdev->exist || client->revoked); in evdev_read() 616 if (evdev->exist && !client->revoked) in evdev_poll() 1265 if (!evdev->exist || client->revoked) { in evdev_ioctl_handler() 1312 evdev->exist = false; in evdev_mark_dead() [all …]
|
| A D | mousedev.c | 67 bool exist; member 427 if (!mousedev->exist) in mousedev_open_device() 443 if (mousedev->exist && !--mousedev->open) in mousedev_close_device() 724 if (!client->ready && !client->buffer && mousedev->exist && in mousedev_read() 729 !mousedev->exist || client->ready || client->buffer); in mousedev_read() 733 if (!mousedev->exist) in mousedev_read() 766 mask = mousedev->exist ? EPOLLOUT | EPOLLWRNORM : EPOLLHUP | EPOLLERR; in mousedev_poll() 792 mousedev->exist = false; in mousedev_mark_dead() 886 mousedev->exist = true; in mousedev_create()
|
| /linux/Documentation/devicetree/bindings/powerpc/ |
| A 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/Documentation/devicetree/bindings/regulator/ |
| A D | mediatek,mt6358-regulator.yaml | 151 # vsram_core regulator doesn't exist on MT6358 155 # vm18 and vmddr regulators don't exist on MT6358 170 # vcam* regulators don't exist on MT6366 174 # vldo28 regulator doesn't exist on MT6366 176 # vs2_ldo4 supply pin doesn't exist on MT6366
|
| /linux/drivers/net/wan/ |
| A D | hdlc_fr.c | 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() 573 pvc->state.exist = pvc->state.active = 0; in fr_set_link_state() 813 pvc->state.exist = 1; in fr_lmi_recv() 818 !pvc->state.exist) { in fr_lmi_recv() 833 if (pvc->state.deleted && pvc->state.exist) { in fr_lmi_recv() [all …]
|
| /linux/tools/testing/selftests/ftrace/samples/ |
| A D | fail.tc | 3 cat non-exist-file
|
| A D | xfail.tc | 3 cat non-exist-file || exit_xfail
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| A D | socionext,uniphier-sd.yaml | 39 bridge: exist only for version 2.91 40 hw: optional. exist if eMMC hw reset line is available
|
| /linux/drivers/hid/usbhid/ |
| A D | hiddev.c | 227 if (list->hiddev->exist) { in hiddev_release() 302 res = hiddev->exist ? __hiddev_open(hiddev, file) : -ENODEV; in hiddev_open() 346 if (!list->hiddev->exist) { in hiddev_read() 419 if (!list->hiddev->exist) in hiddev_poll() 611 if (!hiddev->exist) { in hiddev_ioctl() 902 hiddev->exist = 1; in hiddev_connect() 935 hiddev->exist = 0; in hiddev_disconnect()
|
| /linux/fs/notify/dnotify/ |
| A D | Kconfig | 8 that uses signals to communicate events to user-space. There exist
|
| /linux/include/linux/ |
| A D | hidraw.h | 13 int exist; member
|
| A D | hiddev.h | 25 int exist; member
|
| /linux/Documentation/ABI/obsolete/ |
| A D | sysfs-cpuidle | 7 both current_governor and current_governor_ro co-exist under
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| A D | kvm-end-run-stats.sh | 17 echo kvm-end-run-stats.sh: Specified run directory does not exist: $rundir
|
| /linux/fs/configfs/ |
| A D | Kconfig | 11 Both sysfs and configfs can and should exist together on the
|
| /linux/Documentation/hwmon/ |
| A D | max34440.rst | 151 - in6 and curr6 attributes only exist for MAX34440. 164 .. note:: Power attributes only exist for MAX34446. 186 - temp7 and temp8 attributes only exist for MAX34440.
|