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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dcache.c34 #define CACHETAG_LEN 11 macro
107 v9ses->cachetag = kmalloc(CACHETAG_LEN, GFP_KERNEL);
111 return scnprintf(v9ses->cachetag, CACHETAG_LEN, "%lu", jiffies);

Completed in 43 milliseconds