| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread.c | 37 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 D | lthread_sched.h | 24 _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 D | lthread_mutex.c | 104 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 D | lthread_cond.c | 100 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 D | lthread_timer.h | 40 _timer_start(struct lthread *lt, uint64_t clks) in _timer_start() 56 _timer_stop(struct lthread *lt) in _timer_stop()
|
| H A D | lthread_sched.c | 317 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 D | lthread_tls.c | 132 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 D | lthread_diag.c | 238 _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 D | otx2_flow_parse.c | 27 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 D | otx2_flow.c | 65 uint64_t lt, flags; in flow_program_npc() local 853 int lid, lt, ld, fl, ix; in flow_process_mkex_cfg() local
|
| H A D | otx2_flow_utils.c | 153 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 D | otx2_flow.h | 212 uint8_t lt[NPC_MAX_LID]; member
|
| /f-stack/dpdk/examples/performance-thread/common/arch/arm64/ |
| H A D | stack.h | 18 arch_set_stack(struct lthread *lt, void *func) in arch_set_stack()
|
| /f-stack/dpdk/examples/performance-thread/common/arch/x86/ |
| H A D | stack.h | 23 arch_set_stack(struct lthread *lt, void *func) in arch_set_stack()
|
| /f-stack/tools/libutil/ |
| H A D | login_ok.c | 95 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 D | main.c | 210 struct lthread *lt; in lthread_scheduler() local
|
| H A D | pthread_shim.c | 400 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 D | iflagg.c | 311 static const struct lagg_types lt[] = LAGG_TYPES; in DECL_CMD_FUNC() local
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.c | 1509 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 D | zap.c | 518 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 D | vdev_raidz.c | 2082 for (int lt = 0; lt < ntgts; lt++) { in raidz_reconstruct() local
|
| H A D | zap_micro.c | 541 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 D | main.c | 2072 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 D | key.c | 2629 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 D | in6.c | 925 struct in6_addrlifetime *lt; in in6_validate_ifra() local
|