Home
last modified time | relevance | path

Searched refs:list_entry_is_head (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dlist.h618 #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 Dxfrm_ipcomp.c254 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 Doaktrail_lvds.c120 if (list_entry_is_head(connector, &mode_config->connector_list, head)) { in oaktrail_lvds_mode_set()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dapparmorfs.c2050 #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 Dtrans_xen.c154 if (list_entry_is_head(priv, &xen_9pfs_devs, list)) in p9_xen_request()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dcpcap-battery.c629 if (list_entry_is_head(d, &ddata->irq_list, node)) in cpcap_battery_irq_thread()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_tunnel_nic.c849 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 Dtdp_mmu.c56 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 Dname_table.c934 if (list_entry_is_head(p, &sr->all_publ, all_publ)) in __tipc_nl_add_nametable_publ()
H A Dsocket.c3748 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 Dqede_filter.c845 if (list_entry_is_head(vlan, &edev->vlan_list, list)) { in qede_vlan_rx_kill_vid()