Searched refs:stm_heartbeat (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
H A D | heartbeat.c | 24 static struct stm_heartbeat { struct 28 } stm_heartbeat[STM_HEARTBEAT_MAX]; variable 34 struct stm_heartbeat *heartbeat = container_of(hr, struct stm_heartbeat, in stm_heartbeat_hrtimer_handler() 46 struct stm_heartbeat *heartbeat = in stm_heartbeat_link() 47 container_of(data, struct stm_heartbeat, data); in stm_heartbeat_link() 58 struct stm_heartbeat *heartbeat = in stm_heartbeat_unlink() 59 container_of(data, struct stm_heartbeat, data); in stm_heartbeat_unlink() 73 stm_heartbeat[i].data.name = in stm_heartbeat_init() 75 if (!stm_heartbeat[ in stm_heartbeat_init() [all...] |
H A D | Makefile | 15 obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o 19 stm_heartbeat-y := heartbeat.o
|
/kernel/linux/linux-6.6/drivers/hwtracing/stm/ |
H A D | heartbeat.c | 24 static struct stm_heartbeat { struct 28 } stm_heartbeat[STM_HEARTBEAT_MAX]; variable 34 struct stm_heartbeat *heartbeat = container_of(hr, struct stm_heartbeat, in stm_heartbeat_hrtimer_handler() 46 struct stm_heartbeat *heartbeat = in stm_heartbeat_link() 47 container_of(data, struct stm_heartbeat, data); in stm_heartbeat_link() 58 struct stm_heartbeat *heartbeat = in stm_heartbeat_unlink() 59 container_of(data, struct stm_heartbeat, data); in stm_heartbeat_unlink() 73 stm_heartbeat[i].data.name = in stm_heartbeat_init() 75 if (!stm_heartbeat[ in stm_heartbeat_init() [all...] |
H A D | Makefile | 15 obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o 19 stm_heartbeat-y := heartbeat.o
|
Completed in 1 milliseconds