Lines Matching defs:destroy
87 * @destroy: Destruction function. If NULL, kfree is used.
100 * @ddestroy: List head for the delayed destroy list.
115 * The destroy member, the API visibility of this object makes it possible
128 void (*destroy) (struct ttm_buffer_object *);
371 * @destroy: Destroy function. Use NULL for kfree().
375 * together with the @destroy function,
384 * If a failure occurs, the function will call the @destroy function, or
385 * kfree() if @destroy is NULL. Thus, after a failure, dereferencing @bo is
404 void (*destroy) (struct ttm_buffer_object *));
423 * @destroy: Destroy function. Use NULL for kfree().
427 * together with the @destroy function,
434 * If a failure occurs, the function will call the @destroy function, or
435 * kfree() if @destroy is NULL. Thus, after a failure, dereferencing @bo is
448 void (*destroy) (struct ttm_buffer_object *));
463 * on that object. The destroy function is set to kfree().