Home
last modified time | relevance | path

Searched defs:pkind (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/liquidio/base/
H A Dlio_common.h328 uint64_t pkind:6; member
511 uint64_t pkind:8; member
631 uint64_t pkind:6; member
H A Dlio_device.h310 uint64_t pkind:8; member
/freebsd/sys/dev/vnic/
H A Dnic_main.c102 struct pkind_cfg pkind; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1264 static inline void chk_kind(void ***pkind) { in chk_kind()