Home
last modified time | relevance | path

Searched defs:word (Results 1 – 25 of 61) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dwait.h31 #define spl_wait_on_bit(word, bit, mode) wait_on_bit(word, bit, mode) argument
35 spl_bit_wait(void *word) in spl_bit_wait()
41 #define spl_wait_on_bit(word, bit, mode) \ argument
/f-stack/freebsd/mips/include/
H A Drunq.h48 #define RQB_FFS(word) (ffsl(word) - 1) argument
50 #define RQB_FFS(word) (ffs(word) - 1) argument
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-spinlock.h197 static inline void cvmx_spinlock_bit_lock(uint32_t *word) in cvmx_spinlock_bit_lock()
231 static inline unsigned int cvmx_spinlock_bit_trylock(uint32_t *word) in cvmx_spinlock_bit_trylock()
263 static inline void cvmx_spinlock_bit_unlock(uint32_t *word) in cvmx_spinlock_bit_unlock()
/f-stack/freebsd/libkern/
H A Dmemcchr.c64 unsigned long word; in memcchr() local
H A Dbcopy.c61 typedef long word; /* "word" used for optimal copy speed */ typedef
/f-stack/freebsd/arm64/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1) argument
/f-stack/freebsd/arm/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1) argument
/f-stack/freebsd/i386/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1) argument
/f-stack/freebsd/amd64/include/
H A Drunq.h41 #define RQB_FFS(word) (bsfq(word)) argument
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h128 uint32_t word; member
172 uint32_t word; member
194 uint32_t word; member
209 uint32_t word; member
230 uint32_t word; member
246 uint32_t word; member
/f-stack/freebsd/contrib/ck/include/
H A Dck_bitmap.h331 unsigned int word; in ck_bitmap_empty() local
362 unsigned int word; in ck_bitmap_full() local
390 unsigned int word; in ck_bitmap_count() local
426 unsigned int word, xi, yi; in ck_bitmap_count_intersect() local
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.h16 u16 word[2]; member
/f-stack/freebsd/i386/i386/
H A Dcopyout.c388 suword16(volatile void *base, int word) in suword16()
409 suword(volatile void *base, long word) in suword()
422 suword32(volatile void *base, int32_t word) in suword32()
H A Dvm86.c82 vm86_suword16(volatile void *base, int word) in vm86_suword16()
93 vm86_suword(volatile void *base, long word) in vm86_suword()
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c80 static inline u32 qede_ffb(unsigned long word) in qede_ffb()
101 static inline u32 qede_ffz(unsigned long word) in qede_ffz()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_nvm.h9 u16 word[2]; member
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_nvm.h9 u16 word[2]; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio_compress.c118 for (uint64_t *word = (uint64_t *)data; word < end; word++) in zio_compress_zeroed_cb() local
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c548 u32 word = be32_to_cpu in t4vf_get_rss_glb_config() local
594 u32 word; in t4vf_get_vfres() local
/f-stack/freebsd/contrib/zlib/
H A Dinflate.c458 # define CRC2(check, word) \ argument
465 # define CRC4(check, word) \ argument
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_sha1.c124 #define ROTATE(bits, word) (((word) << (bits)) | ((word) >> (32 - (bits)))) argument
/f-stack/freebsd/opencrypto/
H A Dgfmult.c138 gfmultword(uint64_t word, struct gf128 x, struct gf128table *tbl) in gfmultword()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_vpd.c331 efx_word_t word; in efx_vpd_next_tag() local
773 efx_word_t word; in efx_vpd_hunk_set() local
H A Dsiena_phy.c660 uint16_t word; variable
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h46 uint32_t word[2]; member

123