Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsysfs.c544 #define temp2str(temp, buf, size, idx) \ macro
564 idx += temp2str(temp.curr, buf, PAGE_SIZE, idx); in show_tempsense()
565 idx += temp2str(temp.lo_lim, buf, PAGE_SIZE, idx); in show_tempsense()
566 idx += temp2str(temp.hi_lim, buf, PAGE_SIZE, idx); in show_tempsense()
567 idx += temp2str(temp.crit_lim, buf, PAGE_SIZE, idx); in show_tempsense()