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:upl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
ppp_generic.c
180
rwlock_t
upl
; /* protects `ppp' and 'bridge' */
member
201
* The lock ordering is: channel.
upl
-> ppp.wlock -> ppp.rlock ->
626
write_lock_bh(&pch->
upl
);
in ppp_bridge_channels()
628
rcu_dereference_protected(pch->bridge, lockdep_is_held(&pch->
upl
))) {
in ppp_bridge_channels()
629
write_unlock_bh(&pch->
upl
);
in ppp_bridge_channels()
634
write_unlock_bh(&pch->
upl
);
in ppp_bridge_channels()
636
write_lock_bh(&pchb->
upl
);
in ppp_bridge_channels()
638
rcu_dereference_protected(pchb->bridge, lockdep_is_held(&pchb->
upl
))) {
in ppp_bridge_channels()
639
write_unlock_bh(&pchb->
upl
);
in ppp_bridge_channels()
644
write_unlock_bh(&pchb->
upl
);
in ppp_bridge_channels()
[all...]
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
ppp_generic.c
179
rwlock_t
upl
; /* protects `ppp' */
member
199
* The lock ordering is: channel.
upl
-> ppp.wlock -> ppp.rlock ->
2038
read_lock_bh(&pch->
upl
);
in ppp_channel_push()
2046
read_unlock_bh(&pch->
upl
);
in ppp_channel_push()
2121
read_lock_bh(&pch->
upl
);
in ppp_input()
2145
read_unlock_bh(&pch->
upl
);
in ppp_input()
2158
read_lock_bh(&pch->
upl
);
in ppp_input_error()
2167
read_unlock_bh(&pch->
upl
);
in ppp_input_error()
2728
rwlock_init(&pch->
upl
);
in ppp_register_net_channel()
2760
read_lock_bh(&pch->
upl
);
in ppp_unit_number()
[all...]
Completed in 6 milliseconds