Searched refs:anint (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dcache.h253 static inline int get_int(char **bpp, int *anint) argument
269 *anint = rv;
273 static inline int get_uint(char **bpp, unsigned int *anint) argument
283 if (kstrtouint(buf, 0, anint))

Completed in 203 milliseconds