Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c91 static struct task ddp_orphan_task; variable
127 taskqueue_enqueue(taskqueue_thread, &ddp_orphan_task); in free_pageset()
3004 TASK_INIT(&ddp_orphan_task, 0, ddp_free_orphan_pagesets, NULL); in t4_ddp_mod_load()
3011 taskqueue_drain(taskqueue_thread, &ddp_orphan_task); in t4_ddp_mod_unload()