Searched refs:ts_flags (Results 1 – 3 of 3) sorted by relevance
308 ts->ts_flags = 0; in ar9300_proc_tx_desc()327 ts->ts_flags |= HAL_TX_DESC_CFG_ERR; in ar9300_proc_tx_desc()330 ts->ts_flags |= HAL_TX_DATA_UNDERRUN; in ar9300_proc_tx_desc()334 ts->ts_flags |= HAL_TX_DELIM_UNDERRUN; in ar9300_proc_tx_desc()338 ts->ts_flags |= HAL_TX_BA; in ar9300_proc_tx_desc()343 ts->ts_flags |= HAL_TX_FAST_TS; in ar9300_proc_tx_desc()393 finalindex_tries = ts->ts_longretry + (ts->ts_flags & HAL_TX_BA)? 1 : 0; in ar9300_calc_tx_airtime()436 if ( comp_wastedt && (ts->ts_flags & HAL_TX_BA)){ in ar9300_calc_tx_airtime()
101 int ts_flags; member802 ts->ts_flags |= (tsc->ts_flags & TSF_AFFINITY); in sched_fork_thread()1327 ts->ts_flags & TSF_AFFINITY)) { in sched_add()1749 ts->ts_flags &= ~TSF_AFFINITY; in sched_affinity()1752 ts->ts_flags |= TSF_AFFINITY; in sched_affinity()1760 if (!(ts->ts_flags & TSF_AFFINITY)) in sched_affinity()
94 short ts_flags; /* TSF_* flags. */ member473 ts->ts_flags |= TSF_XFERABLE; in tdq_runq_add()520 if (ts->ts_flags & TSF_XFERABLE) { in tdq_runq_rem()522 ts->ts_flags &= ~TSF_XFERABLE; in tdq_runq_rem()2007 (td_get_sched(td)->ts_flags & TSF_BOUND) != 0, in sched_switch_migrate()2281 ts2->ts_flags = 0; in sched_fork_thread()2720 if (ts->ts_flags & TSF_BOUND) in sched_bind()2723 ts->ts_flags |= TSF_BOUND; in sched_bind()2744 if ((ts->ts_flags & TSF_BOUND) == 0) in sched_unbind()2746 ts->ts_flags &= ~TSF_BOUND; in sched_unbind()[all …]