Home
last modified time | relevance | path

Searched refs:newary (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/ipc/
Dsem.c98 static int newary(struct ipc_namespace *, struct ipc_params *);
238 static int newary(struct ipc_namespace *ns, struct ipc_params *params) in newary() function
332 sem_ops.getnew = newary; in SYSCALL_DEFINE3()