| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | multicast.c | 1797 WARN_ON(!hlist_unhashed(node)); in batadv_mcast_want_unsnoop_update() 1808 WARN_ON(hlist_unhashed(node)); in batadv_mcast_want_unsnoop_update() 1842 WARN_ON(!hlist_unhashed(node)); in batadv_mcast_want_ipv4_update() 1853 WARN_ON(hlist_unhashed(node)); in batadv_mcast_want_ipv4_update() 1887 WARN_ON(!hlist_unhashed(node)); in batadv_mcast_want_ipv6_update() 1898 WARN_ON(hlist_unhashed(node)); in batadv_mcast_want_ipv6_update() 1932 WARN_ON(!hlist_unhashed(node)); in batadv_mcast_want_rtr4_update() 1943 WARN_ON(hlist_unhashed(node)); in batadv_mcast_want_rtr4_update() 1977 WARN_ON(!hlist_unhashed(node)); in batadv_mcast_want_rtr6_update() 1988 WARN_ON(hlist_unhashed(node)); in batadv_mcast_want_rtr6_update()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_hash.h | 67 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() function 96 if (!hlist_unhashed(n)) { in hlist_del_init() 359 return !hlist_unhashed(node); in hash_hashed()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | super.c | 419 if (!hlist_unhashed(&sb->s_instances) && in trylock_super() 658 if (hlist_unhashed(&sb->s_instances)) in __iterate_supers() 688 if (hlist_unhashed(&sb->s_instances)) in iterate_supers() 754 if (hlist_unhashed(&sb->s_instances)) in __get_super() 858 if (hlist_unhashed(&sb->s_instances)) in get_active_super() 878 if (hlist_unhashed(&sb->s_instances)) in user_get_super()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | hashtable.h | 66 return !hlist_unhashed(node); in hash_hashed()
|
| H A D | list.h | 604 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() function 633 if (!hlist_unhashed(n)) { in hlist_del_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hashtable.h | 78 return !hlist_unhashed(node); in hash_hashed()
|
| H A D | list.h | 806 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() function 865 if (!hlist_unhashed(n)) { in hlist_del_init()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_local_storage.c | 53 return !hlist_unhashed(&selem->snode); in selem_linked_to_storage() 58 return !hlist_unhashed(&selem->map_node); in selem_linked_to_map()
|
| /OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/ |
| H A D | vmci_resource.c | 196 WARN_ON(!hlist_unhashed(&resource->node)); in vmci_release_resource()
|
| H A D | vmci_doorbell.c | 531 if (!hlist_unhashed(&entry->node)) { in vmci_doorbell_destroy()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | peerlookup.c | 173 ret = !hlist_unhashed(&old->index_hash); in wg_index_hashtable_replace()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_multicast.c | 513 WARN_ON(!hlist_unhashed(&mp->mdb_node)); in br_multicast_destroy_mdb_entry() 537 if (hlist_unhashed(&mp->mdb_node) || !netif_running(br->dev) || in br_multicast_group_expired() 555 WARN_ON(!hlist_unhashed(&src->node)); in br_multicast_destroy_group_src() 577 WARN_ON(!hlist_unhashed(&pg->mglist)); in br_multicast_destroy_port_group() 646 hlist_unhashed(&pg->mglist) || pg->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_port_group_expired() 1074 if (hlist_unhashed(&src->node) || !netif_running(br->dev) || in br_multicast_group_src_expired() 1553 if (!netif_running(br->dev) || hlist_unhashed(&pg->mglist) || in br_multicast_port_group_rexmit() 1656 hlist_unhashed(&port->rlist)) in __br_multicast_enable_port() 2580 if (!hlist_unhashed(&port->rlist)) in br_multicast_add_router() 2863 if (!hlist_unhashed(&p->mglist) && in br_multicast_leave_group() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 683 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() function 724 if (!hlist_unhashed(n)) { in hlist_del_init()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | list.h | 560 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() function 588 if (!hlist_unhashed(n)) { in hlist_del_init()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | list.h | 629 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() function 657 if (!hlist_unhashed(n)) { in hlist_del_init()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | server.c | 512 if (!hlist_unhashed(&server->addr4_link)) in afs_gc_servers() 514 if (!hlist_unhashed(&server->addr6_link)) in afs_gc_servers()
|
| H A D | volume.c | 55 if (!hlist_unhashed(&volume->proc_link)) { in afs_remove_volume_from_cell()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | watch_queue.c | 569 if (!hlist_unhashed(&watch->queue_node)) { in remove_watch_from_object() 629 release = !hlist_unhashed(&watch->list_node); in watch_queue_clear()
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | airq.c | 72 if (hlist_unhashed(&airq->list)) in unregister_adapter_interrupt()
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | svcsubs.c | 149 if (!hlist_unhashed(&file->f_list)) { in nlm_delete_file()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_mmu_hpte.c | 113 if (hlist_unhashed(&pte->list_pte)) { in invalidate_pte()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | dfs_cache.c | 142 if (!hlist_unhashed(&ce->hlist)) in flush_cache_ents() 164 if (hlist_unhashed(&ce->hlist)) in dfscache_proc_show() 449 if (hlist_unhashed(&ce->hlist)) in remove_oldest_entry()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlm/ |
| H A D | dlmmaster.c | 309 if (!hlist_unhashed(&mle->master_hash_node)) in __dlm_unlink_mle() 483 if (!hlist_unhashed(&res->hash_node) || in dlm_lockres_release() 494 !hlist_unhashed(&res->hash_node) ? 'H' : ' ', in dlm_lockres_release() 507 BUG_ON(!hlist_unhashed(&res->hash_node)); in dlm_lockres_release() 736 if (hlist_unhashed(&tmpres->hash_node)) { in dlm_get_lock_resource() 1448 if (hlist_unhashed(&res->hash_node)) { in dlm_master_request_handler()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | vector.c | 245 if (apicd->move_in_progress || !hlist_unhashed(&apicd->clist)) in assign_vector_locked() 639 seq_printf(m, "%*scleanup_pending: %u\n", ind, "", !hlist_unhashed(&apicd.clist)); in x86_vector_debug_show()
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | conn_object.c | 213 if (!hlist_unhashed(&call->error_link)) { in rxrpc_disconnect_call()
|