Home
last modified time | relevance | path

Searched refs:to_block (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/edac/
Dedac_device_sysfs.c417 #define to_block(k) container_of(k, struct edac_device_block, kobj) macro
427 struct edac_device_block *block = to_block(kobj); in block_ue_count_show()
435 struct edac_device_block *block = to_block(kobj); in block_ce_count_show()
448 block = to_block(kobj); in edac_device_ctrl_block_release()
/linux-2.6.39/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c403 #define to_block(k) container_of(k, struct threshold_block, kobj) macro
408 struct threshold_block *b = to_block(kobj); in show()
420 struct threshold_block *b = to_block(kobj); in store()