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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dutil.h111 void* ipc_alloc(int size);
H A Dutil.c435 * ipc_alloc - allocate ipc space
442 void* ipc_alloc(int size) function
454 * @ptr: pointer returned by ipc_alloc
457 * Free a block created with ipc_alloc(). The caller must know the size
H A Dsem.c882 sem_io = ipc_alloc(sizeof(ushort)*nsems);
912 sem_io = ipc_alloc(sizeof(ushort)*nsems);

Completed in 64 milliseconds