Home
last modified time | relevance | path

Searched full:pcpu_id (Results 1 – 4 of 4) sorted by relevance

/linux/include/xen/interface/
H A Dxenpmu.h79 uint32_t pcpu_id; member
/linux/net/xfrm/
H A Dxfrm_state.c1303 int *error, unsigned int pcpu_id) in xfrm_state_look_at() argument
1324 if (x->pcpu_num != UINT_MAX && x->pcpu_num != pcpu_id) in xfrm_state_look_at()
1328 ((*best)->pcpu_num == UINT_MAX && x->pcpu_num == pcpu_id) || in xfrm_state_look_at()
1334 if (!*best || x->pcpu_num == pcpu_id) in xfrm_state_look_at()
1365 unsigned int pcpu_id; in xfrm_state_find() local
1371 pcpu_id = raw_smp_processor_id(); in xfrm_state_find()
1391 &best, &acquire_in_progress, &error, pcpu_id); in xfrm_state_find()
1408 &best, &acquire_in_progress, &error, pcpu_id); in xfrm_state_find()
1449 &best, &acquire_in_progress, &error, pcpu_id); in xfrm_state_find()
1484 &best, &acquire_in_progress, &error, pcpu_id); in xfrm_state_find()
[all …]
/linux/arch/x86/include/asm/
H A Dsvm.h457 u64 pcpu_id; member
/linux/kernel/sched/
H A Dcore.c10452 * - store to rq->curr: (N)->(Y) (TSA) - cmpxchg to *pcpu_id to LAZY (TMA)