Searched refs:expmask (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/kernel/rcu/ |
D | tree_exp.h | 140 WARN_ON_ONCE(rnp->expmask); in sync_exp_reset_tree() 141 WRITE_ONCE(rnp->expmask, rnp->expmaskinit); in sync_exp_reset_tree() 156 READ_ONCE(rnp->expmask) == 0; in sync_rcu_exp_done() 193 if (!rnp->expmask) in __rcu_report_exp_rnp() 211 WARN_ON_ONCE(!(rnp->expmask & mask)); in __rcu_report_exp_rnp() 212 WRITE_ONCE(rnp->expmask, rnp->expmask & ~mask); in __rcu_report_exp_rnp() 240 if (!(rnp->expmask & mask)) { in rcu_report_exp_cpu_mult() 244 WRITE_ONCE(rnp->expmask, rnp->expmask & ~mask); in rcu_report_exp_cpu_mult() 352 for_each_leaf_node_cpu_mask(rnp, cpu, rnp->expmask) { in __sync_rcu_exp_select_node_cpus() 368 mask_ofl_ipi = rnp->expmask & ~mask_ofl_test; in __sync_rcu_exp_select_node_cpus() [all …]
|
D | tree_plugin.h | 157 (rnp->expmask & rdp->grpmask ? RCU_EXP_BLKD : 0); in rcu_preempt_ctxt_queue() 252 !(rnp->expmask & rdp->grpmask)); in rcu_preempt_ctxt_queue() 643 (rdp->grpmask & READ_ONCE(rnp->expmask)) || in rcu_read_unlock_special()
|
D | tree.h | 64 unsigned long expmask; /* CPUs or groups that need to check in */ member
|
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_ecache.c | 249 if (e->expmask & (1 << event)) { in nf_ct_expect_event_report() 300 bool nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp) in nf_ct_ecache_ext_add() argument 308 if (ctmask || expmask) in nf_ct_ecache_ext_add() 317 if (!ctmask && !expmask) { in nf_ct_ecache_ext_add() 319 expmask = ~0; in nf_ct_ecache_ext_add() 330 e->expmask = expmask; in nf_ct_ecache_ext_add()
|
D | nf_conntrack_core.c | 1759 ecache ? ecache->expmask : 0, in init_conntrack()
|
/linux-6.1.9/include/net/netfilter/ |
D | nf_conntrack_ecache.h | 24 u16 expmask; /* bitmask of expect events to be delivered */ member 76 bool nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp); 91 static inline bool nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp) in nf_ct_ecache_ext_add() argument
|
/linux-6.1.9/arch/sh/kernel/cpu/ |
D | init.c | 80 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-6.1.9/Documentation/RCU/Design/Data-Structures/ |
D | Data-Structures.rst | 426 2 unsigned long expmask; 435 Similarly, the ``->expmask`` field tracks which of this ``rcu_node`` 445 used to initialize ``->expmask`` and the beginning of the normal and
|
/linux-6.1.9/Documentation/RCU/Design/Expedited-Grace-Periods/ |
D | Expedited-Grace-Periods.rst | 167 initialize that structure's ``->expmask`` at the beginning of each
|