Home
last modified time | relevance | path

Searched refs:expmask (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sh/kernel/cpu/
H A Dinit.c80 unsigned long expmask = __raw_readl(EXPMASK); in expmask_init() local
89 expmask &= ~(EXPMASK_RTEDS | EXPMASK_BRDSSLP | EXPMASK_MMCAW); in expmask_init()
91 __raw_writel(expmask, EXPMASK); in expmask_init()
/linux/kernel/rcu/
H A Dtree.h60 unsigned long expmask; /* CPUs or groups that need to check in */ member
64 /* Per-GP initial values for expmask. */
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst459 2 unsigned long expmask;
468 Similarly, the ``->expmask`` field tracks which of this ``rcu_node``
478 used to initialize ``->expmask`` and the beginning of the normal and
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst167 initialize that structure's ``->expmask`` at the beginning of each
/linux/net/netfilter/
H A Dnf_conntrack_core.c1805 ecache ? ecache->expmask : 0, in init_conntrack()