Searched defs:to_block (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_device_sysfs.c | 407 #define to_block(k) container_of(k, struct edac_device_block, kobj) macro
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | edac_device_sysfs.c | 408 #define to_block(k) container_of(k, struct edac_device_block, kobj) macro
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk_ringbuffer.c | 369 static struct prb_data_block *to_block(struct prb_data_ring *data_ring, in to_block() function [all...] |
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk_ringbuffer.c | 369 static struct prb_data_block *to_block(struct prb_data_ring *data_ring, in to_block() function [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 1001 #define to_block(k) container_of(k, struct threshold_block, kobj) macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 1168 #define to_block(k) container_of(k, struct threshold_block, kobj) macro
|
Completed in 10 milliseconds