Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:lock_sock_fast
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
sockopt.c
80
bool slow =
lock_sock_fast
(ssk);
in mptcp_sol_socket_sync_intval()
162
bool slow =
lock_sock_fast
(ssk);
in mptcp_setsockopt_sol_socket_tstamp()
240
bool slow =
lock_sock_fast
(ssk);
in mptcp_setsockopt_sol_socket_timestamping()
275
bool slow =
lock_sock_fast
(ssk);
in mptcp_setsockopt_sol_socket_linger()
743
slow =
lock_sock_fast
(ssk);
in mptcp_setsockopt_v4_set_tos()
933
slow =
lock_sock_fast
(sk);
in mptcp_diag_fill_info()
1455
bool slow =
lock_sock_fast
(ssk);
in __mptcp_sockopt_sync()
H
A
D
diag.c
31
slow =
lock_sock_fast
(sk);
in subflow_get_info()
H
A
D
protocol.c
530
slow =
lock_sock_fast
(ssk);
in mptcp_subflow_send_ack()
547
slow =
lock_sock_fast
(ssk);
in mptcp_subflow_cleanup_rbuf()
907
bool slow =
lock_sock_fast
(ssk);
in __mptcp_flush_join_list()
2038
slow =
lock_sock_fast
(ssk);
in mptcp_rcv_space_adjust()
2089
slowpath =
lock_sock_fast
(ssk);
in __mptcp_move_skbs()
2547
slow =
lock_sock_fast
(tcp_sk);
in mptcp_check_fastclose()
2693
slow =
lock_sock_fast
(ssk);
in mptcp_mp_fail_no_response()
3706
slow =
lock_sock_fast
(sk);
in mptcp_ioctl()
3711
slow =
lock_sock_fast
(sk);
in mptcp_ioctl()
H
A
D
pm_netlink.c
476
slow =
lock_sock_fast
(ssk);
in __mptcp_pm_send_ack()
1158
slow =
lock_sock_fast
(ssk);
in mptcp_pm_nl_subflow_chk_stale()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
mptcp_diag.c
127
slow =
lock_sock_fast
(sk);
in mptcp_diag_get_info()
H
A
D
protocol.c
1460
slow =
lock_sock_fast
(ssk);
in mptcp_rcv_space_adjust()
/kernel/linux/linux-5.10/net/core/
H
A
D
datagram.c
339
slow =
lock_sock_fast
(sk);
in __skb_free_datagram_locked()
H
A
D
sock.c
3114
*
lock_sock_fast
- fast version of lock_sock
3126
bool
lock_sock_fast
(struct sock *sk)
in lock_sock_fast()
function
3147
EXPORT_SYMBOL(
lock_sock_fast
);
variable
/kernel/linux/linux-6.6/net/core/
H
A
D
datagram.c
335
slow =
lock_sock_fast
(sk);
in __skb_free_datagram_locked()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
udp.c
1636
bool slow =
lock_sock_fast
(sk);
in skb_consume_udp()
2599
bool slow =
lock_sock_fast
(sk);
in udp_destroy_sock()
H
A
D
tcp.c
632
slow =
lock_sock_fast
(sk);
in tcp_ioctl()
3598
slow =
lock_sock_fast
(sk);
in tcp_get_info()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
udp.c
1591
bool slow =
lock_sock_fast
(sk);
in skb_consume_udp()
2613
bool slow =
lock_sock_fast
(sk);
in udp_destroy_sock()
H
A
D
tcp.c
615
slow =
lock_sock_fast
(sk);
in tcp_ioctl()
3763
slow =
lock_sock_fast
(sk);
in tcp_get_info()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock.h
1654
bool
lock_sock_fast
(struct sock *sk);
1656
* unlock_sock_fast - complement of
lock_sock_fast
/kernel/linux/linux-6.6/include/net/
H
A
D
sock.h
1737
*
lock_sock_fast
- fast version of lock_sock
1749
static inline bool
lock_sock_fast
(struct sock *sk)
in lock_sock_fast()
function
1766
* unlock_sock_fast - complement of
lock_sock_fast
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
3467
slow =
lock_sock_fast
(sk);
in bpf_iter_unix_seq_show()
Completed in 80 milliseconds