Searched refs:to_block (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/printk/ |
H A D | printk_ringbuffer.c | 373 static struct prb_data_block *to_block(struct prb_data_ring *data_ring, in to_block() function 584 blk = to_block(data_ring, lpos_begin); in data_make_reusable() 1081 blk = to_block(data_ring, begin_lpos); in data_alloc() 1086 blk = to_block(data_ring, 0); in data_alloc() 1137 blk = to_block(data_ring, 0); in data_realloc() 1139 blk = to_block(data_ring, blk_lpos->begin); in data_realloc() 1152 blk = to_block(data_ring, blk_lpos->begin); in data_realloc() 1158 blk = to_block(data_ring, 0); in data_realloc() 1239 db = to_block(data_ring, blk_lpos->begin); in get_data() 1245 db = to_block(data_ring, 0); in get_data()
|
/linux/drivers/edac/ |
H A D | edac_device_sysfs.c | 408 #define to_block(k) container_of(k, struct edac_device_block, kobj) macro 418 struct edac_device_block *block = to_block(kobj); in block_ue_count_show() 426 struct edac_device_block *block = to_block(kobj); in block_ce_count_show() 439 block = to_block(kobj); in edac_device_ctrl_block_release()
|
/linux/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 1064 #define to_block(k) container_of(k, struct threshold_block, kobj) macro 1069 struct threshold_block *b = to_block(kobj); in show() 1081 struct threshold_block *b = to_block(kobj); in store() 1258 kfree(to_block(kobj)); in threshold_block_release()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | regd.c | 432 bool to_block; in rtw89_regd_setup_policy_6ghz() local 447 to_block = true; in rtw89_regd_setup_policy_6ghz() 450 to_block = false; in rtw89_regd_setup_policy_6ghz() 464 __rtw89_regd_setup_policy_6ghz(rtwdev, to_block, in rtw89_regd_setup_policy_6ghz() 470 __rtw89_regd_setup_policy_6ghz(rtwdev, to_block, in rtw89_regd_setup_policy_6ghz()
|