Home
last modified time | relevance | path

Searched defs:lo (Results 1 – 25 of 62) sorted by relevance

123

/f-stack/freebsd/sys/
H A Dlock_profile.h55 lock_profile_obtain_lock_failed(struct lock_object *lo, int *contested, in lock_profile_obtain_lock_failed()
66 #define lock_profile_release_lock(lo) (void)0 argument
67 #define lock_profile_obtain_lock_failed(lo, contested, waittime) (void)0 argument
68 #define lock_profile_obtain_lock_success(lo, contested, waittime, file, line) (void)0 argument
H A Dblockcount.h80 _blockcount_wait(blockcount_t *bc, struct lock_object *lo, const char *wmesg, in _blockcount_wait()
89 #define blockcount_sleep(bc, lo, wmesg, prio) \ argument
91 #define blockcount_wait(bc, lo, wmesg, prio) \ argument
H A Dlock.h134 #define LOCK_LOG_TEST(lo, flags) \ argument
137 #define LOCK_LOG_TEST(lo, flags) 0 argument
140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument
147 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument
154 #define LOCK_LOG_INIT(lo, flags) do { \ argument
160 #define LOCK_LOG_DESTROY(lo, flags) LOCK_LOG_INIT(lo, flags) argument
162 #define lock_initialized(lo) ((lo)->lo_flags & LO_INITIALIZED) argument
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_utils.h29 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) argument
30 #define HILO_DMA(hi, lo) HILO_GEN(hi, lo, dma_addr_t) argument
31 #define HILO_64(hi, lo) HILO_GEN(hi, lo, u64) argument
/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Duconv.c322 uint32_t lo; in uconv_u16tou32() local
432 uint32_t lo; in uconv_u16tou8() local
526 uint32_t lo; in uconv_u32tou16() local
608 uint32_t lo; in uconv_u32tou8() local
677 uint32_t lo; in uconv_u8tou16() local
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c91 struct lcore_option *lo; in parse_socket_arg() local
137 struct lcore_option *lo; in parse_config() local
439 struct lcore_option *lo = &options.los[i]; in free_resource() local
481 struct lcore_option *lo = &options.los[i]; in main() local
574 struct lcore_option *lo = &options.los[i]; in main() local
/f-stack/dpdk/drivers/net/cxgbe/
H A Dclip_tbl.c17 u64 lo = ((u64)lip[3]) << 32 | lip[2]; in clip6_get_mbox() local
36 u64 lo = ((u64)lip[3]) << 32 | lip[2]; in clip6_release_mbox() local
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-ixf18201.c107 uint32_t hi, lo; in cvmx_ixf18201_read32() local
119 uint16_t hi, lo; in cvmx_ixf18201_write32() local
H A Dcvmx-debug.c1316 …cvmx_debug_save_core_context(volatile cvmx_debug_core_context_t *context, uint64_t hi, uint64_t lo) in cvmx_debug_save_core_context()
1372 uint64_t hi, lo; in cvmx_debug_restore_core_context() local
1439 void __cvmx_debug_handler_stage3 (uint64_t lo, uint64_t hi) in __cvmx_debug_handler_stage3()
/f-stack/freebsd/kern/
H A Dkern_lockstat.c78 lockstat_nsecs(struct lock_object *lo) in lockstat_nsecs()
H A Dkern_lockf.c325 lf_owner_matches(struct lock_owner *lo, caddr_t id, struct flock *fl, in lf_owner_matches()
337 lf_alloc_lock(struct lock_owner *lo) in lf_alloc_lock()
370 struct lock_owner *lo = lock->lf_owner; in lf_free_lock() local
427 struct lock_owner *lo; in lf_advlockasync() local
2020 struct lock_owner *lo; in lf_countlocks() local
2407 graph_alloc_vertex(struct owner_graph *g, struct lock_owner *lo) in graph_alloc_vertex()
2479 lf_print_owner(struct lock_owner *lo) in lf_print_owner()
H A Dsubr_lock.c530 lock_profile_lookup(struct lock_object *lo, int spin, const char *file, in lock_profile_lookup()
567 lock_profile_object_lookup(struct lock_object *lo, int spin, const char *file, in lock_profile_object_lookup()
596 lock_profile_obtain_lock_success(struct lock_object *lo, int contested, in lock_profile_obtain_lock_success()
665 lock_profile_release_lock(struct lock_object *lo) in lock_profile_release_lock()
H A Dsubr_blist.c193 int hi, lo, mid; in generic_bitpos() local
453 int hi, lo, mid; in update_gap_stats() local
695 int bighint, count1, hi, lo, num_shifts; in blst_leaf_alloc() local
/f-stack/freebsd/mips/nlm/hal/
H A Dcpucontrol.h125 uint32_t hi, lo; in nlm_mfcr() local
145 uint32_t hi, lo; in nlm_mtcr() local
/f-stack/dpdk/lib/librte_acl/
H A Dacl_vect.h25 #define ACL_TR_HILO(P, TC, tr0, tr1, lo, hi) do { \ argument
H A Dacl_run_avx2.h95 ymm_t lo, hi; in acl_process_matches_avx2x8() local
H A Dacl_bld.c798 struct rte_acl_node *end, uint8_t lo, uint8_t hi, int size, int level) in acl_gen_range_mdl()
809 struct rte_acl_node *end, const uint8_t *lo, int size, int level) in acl_gen_range_low()
865 const uint8_t *lo; in acl_gen_range_trie() local
/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_sched.c73 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) in ipdn_bound_var()
/f-stack/dpdk/lib/librte_ethdev/
H A Dethdev_private.c93 uint16_t lo, hi, val; in rte_eth_devargs_process_range() local
/f-stack/freebsd/arm/allwinner/a20/
H A Da20_cpu_cfg.c127 uint32_t lo, hi; in a20_read_counter64() local
/f-stack/lib/
H A Dff_lock.c91 ff_mtx_init(struct lock_object *lo, const char *name, const char *type, int opts) in ff_mtx_init()
165 ff_rw_init_flags(struct lock_object *lo, const char *name, int opts) in ff_rw_init_flags()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c539 uint32_t lo; in bnx2x_bmac_stats_update() member
781 uint32_t lo; in bnx2x_hw_stats_update() member
/f-stack/freebsd/i386/include/xen/
H A Dhypercall.h260 uint32_t hi, lo; in HYPERVISOR_update_va_mapping() local
329 uint32_t hi, lo; in HYPERVISOR_update_va_mapping_otherdomain() local
/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c181 io_write64_twopart(u64 val, u32 *lo, u32 *hi) in io_write64_twopart()
/f-stack/freebsd/x86/iommu/
H A Dintel_intrmap.c157 bool activehi, int irq, u_int *cookie, uint32_t *hi, uint32_t *lo) in iommu_map_ioapic_intr()

123