Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/book3s/
A Dvas-api.c269 cp_inst = kzalloc(sizeof(*cp_inst), GFP_KERNEL); in coproc_open()
270 if (!cp_inst) in coproc_open()
293 if (cp_inst->txwin) in coproc_ioc_tx_win_open()
307 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->open_win) { in coproc_ioc_tx_win_open()
321 cp_inst->txwin = txwin; in coproc_ioc_tx_win_open()
331 if (cp_inst->txwin) { in coproc_release()
334 rc = cp_inst->coproc->vops->close_win(cp_inst->txwin); in coproc_release()
338 cp_inst->txwin = NULL; in coproc_release()
341 kfree(cp_inst); in coproc_release()
408 if (!cp_inst || !cp_inst->txwin) { in vas_mmap_fault()
[all …]

Completed in 5 milliseconds