/linux/net/ceph/ |
H A 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/fs/ceph/ |
H A D | snap.c | 1192 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local 1196 exist = NULL; in ceph_get_snapid_map() 1200 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1201 if (snap > exist->snap) { in ceph_get_snapid_map() 1203 } else if (snap < exist->snap) { in ceph_get_snapid_map() 1206 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map() 1207 list_del_init(&exist->lru); in ceph_get_snapid_map() 1210 exist = NULL; in ceph_get_snapid_map() 1213 if (exist) { in ceph_get_snapid_map() 1214 doutc(cl, "found snapid map %llx -> %x\n", exist->snap, in ceph_get_snapid_map() [all …]
|
/linux/fs/btrfs/ |
H A D | ref-verify.c | 267 struct block_entry *be = NULL, *exist; in add_block_entry() local 284 exist = insert_block_entry(&fs_info->block_tree, be); in add_block_entry() 285 if (exist) { in add_block_entry() 289 exist_re = insert_root_entry(&exist->roots, re); in add_block_entry() 296 return exist; in add_block_entry() 317 struct ref_entry *ref = NULL, *exist; in add_tree_block() local 347 exist = insert_ref_entry(&be->refs, ref); in add_tree_block() 348 if (exist) { in add_tree_block() 349 exist->num_refs++; in add_tree_block() 673 struct ref_entry *ref = NULL, *exist; in btrfs_ref_tree_mod() local [all …]
|
H A D | delayed-ref.c | 624 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local 628 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref() 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() 651 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref() [all …]
|
/linux/drivers/net/pse-pd/ |
H 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/ |
H 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()
|
H 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/Documentation/devicetree/bindings/powerpc/ |
H 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/drivers/net/wan/ |
H 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/drivers/input/ |
H 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 …]
|
H 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/tools/testing/selftests/ftrace/samples/ |
H A D | fail.tc | 3 cat non-exist-file
|
H A D | xfail.tc | 3 cat non-exist-file || exit_xfail
|
/linux/drivers/hid/usbhid/ |
H 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/ |
H A D | Kconfig | 8 that uses signals to communicate events to user-space. There exist
|
/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-cpuidle | 7 both current_governor and current_governor_ro co-exist under
|
/linux/include/linux/ |
H A D | hidraw.h | 13 int exist; member
|
H A D | hiddev.h | 25 int exist; member
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-end-run-stats.sh | 17 echo kvm-end-run-stats.sh: Specified run directory does not exist: $rundir
|
/linux/Documentation/hwmon/ |
H 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.
|
/linux/fs/configfs/ |
H A D | Kconfig | 11 Both sysfs and configfs can and should exist together on the
|
/linux/tools/scripts/ |
H A D | Makefile.include | 4 $(if $(shell cd $(PWD); test -d $(O) || echo $(O)),$(error O=$(O) does not exist),) 17 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
/linux/Documentation/networking/ |
H A D | x25-iface.rst | 22 the rest of the skbuff, if any more information does exist. 31 over the LAPB link. The LAPB link should already exist before any data is
|
/linux/Documentation/watchdog/ |
H A D | mlx-wdt.rst | 31 Type 1 HW watchdog implementation exist in old systems and 35 Type 3 HW watchdog implementation can exist on all Mellanox systems
|
/linux/Documentation/admin-guide/ |
H A D | devices.rst | 65 This section details additional entries that should or may exist in 74 These links should exist on all systems: 90 It is recommended that these links exist on all systems: 109 exist, they should have the following uses. 138 Non-transient sockets and named pipes may exist in /dev. Common entries are: 244 port TTY, for which no alternate device would exist.
|