Searched defs:caller (Results 1 - 3 of 3) sorted by relevance

/include/linux/lockd/
H A Dxdr.h38 char * caller; member in struct:nlm_lock
39 unsigned int len; /* length of "caller" */
/include/linux/
H A Dvmalloc.h37 const void *caller; member in struct:vm_struct
78 pgprot_t prot, int node, const void *caller);
105 unsigned long flags, const void *caller);
111 const void *caller);
/include/net/
H A D6lowpan.h202 static inline void raw_dump_inline(const char *caller, char *msg, argument
206 pr_debug("%s():%s: ", caller, msg);
217 static inline void raw_dump_table(const char *caller, char *msg, argument
221 pr_debug("%s():%s:\n", caller, msg);
226 static inline void raw_dump_table(const char *caller, char *msg, argument
228 static inline void raw_dump_inline(const char *caller, char *msg, argument

Completed in 125 milliseconds