Searched refs:mykmalloc (Results 1 – 2 of 2) sorted by relevance
40 #define mykmalloc kmalloc macro45 extern void * mykmalloc(size_t s, int gfp);99 mykmalloc(sizeof(struct sol_socket_struct), GFP_KERNEL); in socksys_open()
41 #define mykmalloc kmalloc macro46 void * mykmalloc(size_t s, int gfp) in mykmalloc() function137 it = (struct T_primsg *)mykmalloc(size+sizeof(*it)-sizeof(s32)+2*MKCTL_TRAILER, GFP_KERNEL); in timod_mkctl()