Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/linux/net/ceph/
H A 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/fs/ceph/
H A Dsnap.c1192 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 Dref-verify.c267 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 Ddelayed-ref.c624 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 Dtps23881.c265 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 Dhid-roccat.c43 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()
/linux/Documentation/devicetree/bindings/powerpc/
H A 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/drivers/net/wan/
H A Dhdlc_fr.c123 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 Dmousedev.c67 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/drivers/hid/usbhid/
H A Dhiddev.c227 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/tools/testing/selftests/ftrace/samples/
H A Dfail.tc3 cat non-exist-file
H A Dxfail.tc3 cat non-exist-file || exit_xfail
/linux/Documentation/hwmon/
H A Dmax34440.rst151 - 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/notify/dnotify/
H A DKconfig8 that uses signals to communicate events to user-space. There exist
/linux/include/linux/
H A Dhidraw.h13 int exist; member
H A Dhiddev.h25 int exist; member
/linux/Documentation/ABI/obsolete/
H A Dsysfs-cpuidle7 both current_governor and current_governor_ro co-exist under
/linux/tools/scripts/
H A DMakefile.include4 $(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 Dx25-iface.rst22 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 Dmlx-wdt.rst31 Type 1 HW watchdog implementation exist in old systems and
35 Type 3 HW watchdog implementation can exist on all Mellanox systems
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-end-run-stats.sh17 echo kvm-end-run-stats.sh: Specified run directory does not exist: $rundir
/linux/Documentation/admin-guide/
H A Ddevices.rst65 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.
/linux/fs/configfs/
H A DKconfig11 Both sysfs and configfs can and should exist together on the
/linux/net/sctp/
H A Dbind_addr.c340 bool exist = false; in sctp_bind_addrs_check() local
348 exist = true; in sctp_bind_addrs_check()
359 return (cnt == cnt2) ? 0 : (exist ? -EEXIST : 1); in sctp_bind_addrs_check()
/linux/tools/testing/selftests/bpf/
H A Dima_setup.sh127 [[ ! -d "${tmp_dir}" ]] && echo "Directory ${tmp_dir} doesn't exist" && exit 1

12345678910>>...15