Searched refs:waitok (Results 1 – 3 of 3) sorted by relevance
899 extern struct socket *soalloc(int waitok, int dom, int type);
374 int mac_socket_label_init(struct socket *, int waitok) __result_use_check;
593 soalloc(int waitok, int dom, int type) in soalloc() argument595 zalloc_flags_t how = waitok ? Z_WAITOK : Z_NOWAIT; in soalloc()