Searched refs:trs (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 724 struct ath_rx_status trs; in ath_get_next_rx_buf() local 728 memset(&trs, 0, sizeof(trs)); in ath_get_next_rx_buf() 748 ret = ath9k_hw_rxprocdesc(ah, tds, &trs); in ath_get_next_rx_buf()
|
/linux-4.4.14/fs/gfs2/ |
D | rgrp.c | 2229 struct gfs2_blkreserv *trs; in gfs2_rgrp_dump() local 2239 for (n = rb_first(&rgd->rd_rstree); n; n = rb_next(&trs->rs_node)) { in gfs2_rgrp_dump() 2240 trs = rb_entry(n, struct gfs2_blkreserv, rs_node); in gfs2_rgrp_dump() 2241 dump_rs(seq, trs); in gfs2_rgrp_dump()
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 2716 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local 2721 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 269 trs number of pages that are 'code' (not including libs; broken,
|