Home
last modified time | relevance | path

Searched defs:get_pcpu (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dpcpu.h84 #define get_pcpu() (pcpup) macro
86 #define get_pcpu() __extension__ ({ \ macro
/f-stack/lib/include/amd64/include/
H A Dpcpu.h44 #define get_pcpu() (pcpup->pc_ ## prvspace) macro
/f-stack/freebsd/arm64/include/
H A Dpcpu.h61 #define get_pcpu() pcpup macro
/f-stack/freebsd/mips/include/
H A Dpcpu.h82 #define get_pcpu() (PCPUP->pc_self) macro
/f-stack/freebsd/i386/include/
H A Dpcpu.h216 #define get_pcpu() __extension__ ({ \ macro
/f-stack/freebsd/amd64/include/
H A Dpcpu.h232 #define get_pcpu() __extension__ ({ \ macro
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_manager.c192 get_pcpu(struct channel_info *chan_info, unsigned int vcpu) in get_pcpu() function