Searched refs:temp2str (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | sysfs.c | 594 #define temp2str(temp, buf, size, idx) \ macro 614 idx += temp2str(temp.curr, buf, PAGE_SIZE, idx); in show_tempsense() 615 idx += temp2str(temp.lo_lim, buf, PAGE_SIZE, idx); in show_tempsense() 616 idx += temp2str(temp.hi_lim, buf, PAGE_SIZE, idx); in show_tempsense() 617 idx += temp2str(temp.crit_lim, buf, PAGE_SIZE, idx); in show_tempsense()
|