Lines Matching full:put
158 * zero and where we put the final ttm_bo reference. Code in the eviction- and
328 * xe_bo_put_deferred() - Put a buffer object with delayed final freeing
329 * @bo: The bo to put.
330 * @deferred: List to which to add the buffer object if we cannot put, or
331 * NULL if the function is to put unconditionally.
335 * to put an object from atomic context nor from within a held lock
342 * put the bo iff this function returns true. It's safe to always
347 * Return: true if @bo was the first object put on the @freed list,
367 * xe_bo_put_async() - Put BO async
368 * @bo: The bo to put.
370 * Put BO async, the final put is deferred to a worker to exit an IRQ context.