Searched refs:exist (Results 1 – 6 of 6) sorted by relevance
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 …]
340 bool exist = false; in sctp_bind_addrs_check() local348 exist = true; in sctp_bind_addrs_check()359 return (cnt == cnt2) ? 0 : (exist ? -EEXIST : 1); in sctp_bind_addrs_check()
14 latency) to co-exist on Ethernet.
291 int exist; in udp_lib_get_port() local301 exist = udp_lib_lport_inuse2(net, snum, hslot2, sk); in udp_lib_get_port()302 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()304 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port()307 if (exist) in udp_lib_get_port()
210 Various modules exist for netfilter which replace the previous
334 Specifically these limitations exist:
Completed in 17 milliseconds