Home
last modified time | relevance | path

Searched refs:ocxl_afu_put (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/ocxl/
H A Dcore.c48 void ocxl_afu_put(struct ocxl_afu *afu) in ocxl_afu_put() function
52 EXPORT_SYMBOL_GPL(ocxl_afu_put); variable
274 ocxl_afu_put(afu); in init_afu()
281 ocxl_afu_put(afu); in init_afu()
296 ocxl_afu_put(afu); // matches the implicit get in alloc_afu in remove_afu()
H A Dfile.c491 ocxl_afu_put(info->afu); in info_release()
570 ocxl_afu_put(afu); in ocxl_file_register_afu()
H A Dcontext.c291 ocxl_afu_put(ctx->afu); in ocxl_context_free()
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H A Dcore.c48 void ocxl_afu_put(struct ocxl_afu *afu) in ocxl_afu_put() function
52 EXPORT_SYMBOL_GPL(ocxl_afu_put); variable
274 ocxl_afu_put(afu); in init_afu()
281 ocxl_afu_put(afu); in init_afu()
296 ocxl_afu_put(afu); // matches the implicit get in alloc_afu in remove_afu()
H A Dfile.c489 ocxl_afu_put(info->afu); in info_release()
568 ocxl_afu_put(afu); in ocxl_file_register_afu()
H A Dcontext.c293 ocxl_afu_put(ctx->afu); in ocxl_context_free()
/kernel/linux/linux-5.10/include/misc/
H A Docxl.h85 * If successful, the AFU should be released with ocxl_afu_put()
98 * ocxl_afu_put() - Release a reference to an AFU
101 void ocxl_afu_put(struct ocxl_afu *afu);
/kernel/linux/linux-6.6/include/misc/
H A Docxl.h85 * If successful, the AFU should be released with ocxl_afu_put()
98 * ocxl_afu_put() - Release a reference to an AFU
101 void ocxl_afu_put(struct ocxl_afu *afu);

Completed in 6 milliseconds