Home
last modified time | relevance | path

Searched refs:owner_handle (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-cfg-preload.c32 int cscfg_preload(void *owner_handle) in cscfg_preload() argument
34 preload_owner.owner_handle = owner_handle; in cscfg_preload()
H A Dcoresight-syscfg.h92 * @type: type of owner - allows interpretation of owner_handle.
93 * @owner_handle: load context - handle for owner of loaded configs.
98 void *owner_handle; member
104 int cscfg_preload(void *owner_handle);
H A Dcoresight-syscfg.c379 (!try_module_get(owner_info->owner_handle))) in cscfg_owner_get()
388 module_put(owner_info->owner_handle); in cscfg_owner_put()
/kernel/linux/linux-6.6/samples/coresight/
H A Dcoresight-cfg-sample.c54 .owner_handle = THIS_MODULE,

Completed in 3 milliseconds