Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma-buf/
Dfence.c316 struct default_wait_cb { struct
324 struct default_wait_cb *wait = in fence_default_wait_cb() argument
325 container_of(cb, struct default_wait_cb, base); in fence_default_wait_cb()
343 struct default_wait_cb cb; in fence_default_wait()
433 struct default_wait_cb *cb; in fence_wait_any_timeout()
448 cb = kcalloc(count, sizeof(struct default_wait_cb), GFP_KERNEL); in fence_wait_any_timeout()