Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/kfence/
H A Dreport.c177 const ptrdiff_t object_index = meta ? meta - kfence_metadata : -1; in kfence_report_error() local
216 left_of_object ? "left" : "right", object_index); in kfence_report_error()
223 get_access_type(is_write), (void *)address, object_index); in kfence_report_error()
229 pr_cont(" (in kfence-#%td):\n", object_index); in kfence_report_error()
240 object_index); in kfence_report_error()
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi_internal.h1389 const u16 object_index);
H A Dhpifunc.c22 const u16 object_index) in hpi_indexes_to_handle() argument
30 handle.h.obj_index = object_index; in hpi_indexes_to_handle()