Home
last modified time | relevance | path

Searched refs:utxn (Results 1 – 1 of 1) sorted by relevance

/system/dev/block/nvme/
A Dnvme.c150 nvme_utxn_t utxn[UTXN_COUNT]; member
174 return nvme->utxn + n; in utxn_get()
178 uint64_t n = utxn->id; in utxn_put()
310 nvme_utxn_t* utxn; in io_process_txn() local
342 pages = utxn->virt; in io_process_txn()
378 utxn->txn = txn; in io_process_txn()
401 utxn_put(nvme, utxn); in io_process_txn()
454 nvme_utxn_t* utxn = nvme->utxn + cpl.cmd_id; in io_process_cpls() local
480 utxn->txn = NULL; in io_process_cpls()
481 utxn_put(nvme, utxn); in io_process_cpls()
[all …]

Completed in 5 milliseconds