Home
last modified time | relevance | path

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

/linux-4.4.14/arch/frv/mm/
Dtlb-miss.S303 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
430 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
550 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
/linux-4.4.14/block/
Dbio.c359 struct bio_list punt, nopunt; in punt_bios_to_rescuer() local
373 bio_list_init(&punt); in punt_bios_to_rescuer()
377 bio_list_add(bio->bi_pool == bs ? &punt : &nopunt, bio); in punt_bios_to_rescuer()
382 bio_list_merge(&bs->rescue_list, &punt); in punt_bios_to_rescuer()