Searched refs:temp2str (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | sysfs.c | 601 #define temp2str(temp, buf, size, idx) \ macro 621 idx += temp2str(temp.curr, buf, PAGE_SIZE, idx); in tempsense_show() 622 idx += temp2str(temp.lo_lim, buf, PAGE_SIZE, idx); in tempsense_show() 623 idx += temp2str(temp.hi_lim, buf, PAGE_SIZE, idx); in tempsense_show() 624 idx += temp2str(temp.crit_lim, buf, PAGE_SIZE, idx); in tempsense_show()
|