Searched refs:fmt_ulong (Results 1 – 2 of 2) sorted by relevance
141 -size_t fmt_ulong(char *dest,unsigned long src) __pure__;142 +size_t fmt_ulong(char *dest,unsigned long src) __PURE;160 /* like fmt_ulong but for unsigned long long */168 #define fmt_uint(dest,src) fmt_ulong(dest,src)
34 static const char fmt_ulong[] = "%lu\n"; variable405 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);1238 return sysfs_emit(buf, fmt_ulong, trans_timeout); in tx_timeout_show()