Home
last modified time | relevance | path

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

/linux/Documentation/locking/
H A Dlockstat.rst128 … unix_table_lock 45 [<ffffffff8150ad8e>] unix_create1+0x16e/0x1b0
134 … unix_table_lock 49 [<ffffffff8150ad8e>] unix_create1+0x16e/0x1b0
/linux/Documentation/translations/it_IT/locking/
H A Dlockstat.rst149 … unix_table_lock 45 [<ffffffff8150ad8e>] unix_create1+0x16e/0x1b0
155 … unix_table_lock 49 [<ffffffff8150ad8e>] unix_create1+0x16e/0x1b0
/linux/net/unix/
H A Daf_unix.c1009 static struct sock *unix_create1(struct net *net, struct socket *sock, int kern, int type) in unix_create1() function
1094 sk = unix_create1(net, sock, kern, sock->type); in unix_create()
1571 newsk = unix_create1(net, NULL, 0, sock->type); in unix_stream_connect()