Searched refs:list_entry_is_head (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | list.h | 618 #define list_entry_is_head(pos, head, member) \ macro 629 !list_entry_is_head(pos, head, member); \ 640 !list_entry_is_head(pos, head, member); \ 665 !list_entry_is_head(pos, head, member); \ 679 !list_entry_is_head(pos, head, member); \ 691 for (; !list_entry_is_head(pos, head, member); \ 704 for (; !list_entry_is_head(pos, head, member); \ 717 !list_entry_is_head(pos, head, member); \ 733 !list_entry_is_head(pos, head, member); \ 748 !list_entry_is_head(pos, head, member); \ [all …]
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_ipcomp.c | 254 WARN_ON(list_entry_is_head(pos, &ipcomp_tfms_list, list)); in ipcomp_free_tfms()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | oaktrail_lvds.c | 120 if (list_entry_is_head(connector, &mode_config->connector_list, head)) { in oaktrail_lvds_mode_set()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | apparmorfs.c | 2050 #define list_entry_is_head(pos, head, member) (&pos->member == (head)) macro 2084 if (!list_entry_is_head(next, &parent->sub_ns, base.list)) { in __next_ns() 2143 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile() 2152 if (!list_entry_is_head(p, &ns->base.profiles, base.list)) in __next_profile()
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_xen.c | 154 if (list_entry_is_head(priv, &xen_9pfs_devs, list)) in p9_xen_request()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | cpcap-battery.c | 629 if (list_entry_is_head(d, &ddata->irq_list, node)) in cpcap_battery_irq_thread()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 849 if (list_entry_is_head(node, &info->shared->devices, list)) in udp_tunnel_nic_unregister()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | tdp_mmu.c | 56 if (list_entry_is_head(root, &kvm->arch.tdp_mmu_roots, link)) in tdp_mmu_next_root_valid()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | name_table.c | 934 if (list_entry_is_head(p, &sr->all_publ, all_publ)) in __tipc_nl_add_nametable_publ()
|
| H A D | socket.c | 3748 if (list_entry_is_head(p, &tsk->publications, binding_sock)) { in __tipc_nl_list_sk_publ()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_filter.c | 845 if (list_entry_is_head(vlan, &edev->vlan_list, list)) { in qede_vlan_rx_kill_vid()
|