Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/block/
Dbio.c346 struct bio_list punt, nopunt; in punt_bios_to_rescuer() local
360 bio_list_init(&punt); in punt_bios_to_rescuer()
364 bio_list_add(bio->bi_pool == bs ? &punt : &nopunt, bio); in punt_bios_to_rescuer()
369 bio_list_merge(&bs->rescue_list, &punt); in punt_bios_to_rescuer()