Home
last modified time | relevance | path

Searched defs:lt (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread.c37 void _lthread_exit_handler(struct lthread *lt) in _lthread_exit_handler()
59 void _lthread_free(struct lthread *lt) in _lthread_free()
119 _lthread_init(struct lthread *lt, in _lthread_init()
162 struct lthread *lt = NULL; in lthread_create() local
284 struct lthread *lt; in lthread_cancel() local
309 struct lthread *lt = THIS_LTHREAD; in lthread_sleep() local
320 struct lthread *lt = THIS_LTHREAD; in lthread_sleep_clks() local
336 struct lthread *lt = THIS_LTHREAD; in lthread_yield() local
350 struct lthread *lt = THIS_LTHREAD; in lthread_exit() local
449 struct lthread *lt = THIS_LTHREAD; in lthread_detach() local
[all …]
H A Dlthread_sched.h24 _ready_queue_insert(struct lthread_sched *sched, struct lthread *lt) in _ready_queue_insert()
65 struct lthread *lt = THIS_LTHREAD; in _affinitize() local
76 struct lthread *lt = THIS_LTHREAD; in _suspend() local
89 struct lthread *lt = THIS_LTHREAD; in _reschedule() local
H A Dlthread_mutex.c104 struct lthread *lt = THIS_LTHREAD; in lthread_mutex_lock() local
150 struct lthread *lt = THIS_LTHREAD; in lthread_mutex_trylock() local
182 struct lthread *lt = THIS_LTHREAD; in lthread_mutex_unlock() local
H A Dlthread_cond.c100 struct lthread *lt = THIS_LTHREAD; in lthread_cond_wait() local
129 struct lthread *lt; in lthread_cond_signal() local
151 struct lthread *lt; in lthread_cond_broadcast() local
H A Dlthread_timer.h40 _timer_start(struct lthread *lt, uint64_t clks) in _timer_start()
56 _timer_stop(struct lthread *lt) in _timer_stop()
H A Dlthread_sched.c317 static inline void _lthread_resume(struct lthread *lt) in _lthread_resume()
385 struct lthread *lt = (struct lthread *) arg; in _sched_timer_cb() local
458 struct lthread *lt = NULL; in lthread_run() local
524 struct lthread *lt = THIS_LTHREAD; in lthread_set_affinity() local
H A Dlthread_tls.c132 void _lthread_tls_destroy(struct lthread *lt) in _lthread_tls_destroy()
206 void _lthread_tls_alloc(struct lthread *lt) in _lthread_tls_alloc()
H A Dlthread_diag.c238 _lthread_diag_default_cb(uint64_t time, struct lthread *lt, int diag_event, in _lthread_diag_default_cb()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c27 int lid, lt; in otx2_flow_parse_lh() local
78 int lid, lt; in otx2_flow_parse_lg() local
118 int lid, lt, lflags; in otx2_flow_parse_lf() local
214 int lid, lt, lflags; in otx2_flow_parse_le() local
345 int lt, lflags; in otx2_flow_parse_mpls() local
399 int lid, lt, lflags; in otx2_flow_parse_ld() local
498 int lid, lt; in otx2_flow_parse_lc() local
558 int lid, lt, lflags; in otx2_flow_parse_lb() local
664 int lid, lt; in otx2_flow_parse_la() local
711 int lid, lt; in otx2_flow_parse_higig2_hdr() local
H A Dotx2_flow.c65 uint64_t lt, flags; in flow_program_npc() local
853 int lid, lt, ld, fl, ix; in flow_process_mkex_cfg() local
H A Dotx2_flow_utils.c153 struct otx2_flow_item_info *info, int lid, int lt) in otx2_flow_get_hw_supp_mask()
270 struct otx2_flow_item_info *info, int lid, int lt, in otx2_flow_update_parse_state()
H A Dotx2_flow.h212 uint8_t lt[NPC_MAX_LID]; member
/f-stack/dpdk/examples/performance-thread/common/arch/arm64/
H A Dstack.h18 arch_set_stack(struct lthread *lt, void *func) in arch_set_stack()
/f-stack/dpdk/examples/performance-thread/common/arch/x86/
H A Dstack.h23 arch_set_stack(struct lthread *lt, void *func) in arch_set_stack()
/f-stack/tools/libutil/
H A Dlogin_ok.c95 struct login_time *lt = NULL; in login_timelist() local
230 struct login_time *lt; in auth_timeok() local
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c210 struct lthread *lt; in lthread_scheduler() local
H A Dpthread_shim.c400 struct lthread *lt = (struct lthread *)tid; in pthread_detach() local
690 struct lthread *lt = (struct lthread *)thread; in pthread_setaffinity_np() local
/f-stack/tools/ifconfig/
H A Diflagg.c311 static const struct lagg_types lt[] = LAGG_TYPES; in DECL_CMD_FUNC() local
/f-stack/app/redis-5.0.5/src/
H A Drax.c1509 int eq = 0, lt = 0, gt = 0, first = 0, last = 0; in raxSeek() local
1775 int eq = 0, lt = 0, gt = 0; in raxCompare() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap.c518 zap_get_leaf_byblk(zap_t *zap, uint64_t blkid, dmu_tx_t *tx, krw_t lt, in zap_get_leaf_byblk()
601 zap_deref_leaf(zap_t *zap, uint64_t h, dmu_tx_t *tx, krw_t lt, zap_leaf_t **lp) in zap_deref_leaf()
H A Dvdev_raidz.c2082 for (int lt = 0; lt < ntgts; lt++) { in raidz_reconstruct() local
H A Dzap_micro.c541 krw_t lt = (!zap->zap_ismicro && fatreader) ? RW_READER : lti; in zap_lockdir_impl() local
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2072 struct lthread *lt; in lthread_tx() local
2225 struct lthread *lt[MAX_THREAD]; in lthread_spawner() local
2274 struct lthread *lt; in lthread_main_spawner() local
2289 struct lthread *lt; in sched_spawner() local
/f-stack/freebsd/netipsec/
H A Dkey.c2629 struct seclifetime lt; in key_setdumpsp() local
2730 struct sadb_lifetime *lt; in key_spdexpire() local
7263 struct sadb_lifetime *lt; in key_expire() local
/f-stack/freebsd/netinet6/
H A Din6.c925 struct in6_addrlifetime *lt; in in6_validate_ifra() local

12