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:up_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
hdlc_x25.c
27
spinlock_t
up_lock
; /* Protects "up" */
member
122
spin_lock_bh(&x25st->
up_lock
);
in x25_xmit()
124
spin_unlock_bh(&x25st->
up_lock
);
in x25_xmit()
135
spin_unlock_bh(&x25st->
up_lock
);
in x25_xmit()
164
spin_unlock_bh(&x25st->
up_lock
);
in x25_xmit()
209
spin_lock_bh(&x25st->
up_lock
);
in x25_open()
211
spin_unlock_bh(&x25st->
up_lock
);
in x25_open()
223
spin_lock_bh(&x25st->
up_lock
);
in x25_close()
225
spin_unlock_bh(&x25st->
up_lock
);
in x25_close()
243
spin_lock_bh(&x25st->
up_lock
);
in x25_rx()
[all...]
H
A
D
lapbether.c
55
spinlock_t
up_lock
; /* Protects "up" */
member
104
spin_lock_bh(&lapbeth->
up_lock
);
in lapbeth_rcv()
120
spin_unlock_bh(&lapbeth->
up_lock
);
in lapbeth_rcv()
160
spin_lock_bh(&lapbeth->
up_lock
);
in lapbeth_xmit()
192
spin_unlock_bh(&lapbeth->
up_lock
);
in lapbeth_xmit()
292
spin_lock_bh(&lapbeth->
up_lock
);
in lapbeth_open()
294
spin_unlock_bh(&lapbeth->
up_lock
);
in lapbeth_open()
304
spin_lock_bh(&lapbeth->
up_lock
);
in lapbeth_close()
306
spin_unlock_bh(&lapbeth->
up_lock
);
in lapbeth_close()
369
spin_lock_init(&lapbeth->
up_lock
);
in lapbeth_new_device()
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
hdlc_x25.c
27
spinlock_t
up_lock
; /* Protects "up" */
member
130
spin_lock_bh(&x25st->
up_lock
);
in x25_xmit()
132
spin_unlock_bh(&x25st->
up_lock
);
in x25_xmit()
143
spin_unlock_bh(&x25st->
up_lock
);
in x25_xmit()
174
spin_unlock_bh(&x25st->
up_lock
);
in x25_xmit()
217
spin_lock_bh(&x25st->
up_lock
);
in x25_open()
219
spin_unlock_bh(&x25st->
up_lock
);
in x25_open()
229
spin_lock_bh(&x25st->
up_lock
);
in x25_close()
231
spin_unlock_bh(&x25st->
up_lock
);
in x25_close()
249
spin_lock_bh(&x25st->
up_lock
);
in x25_rx()
[all...]
H
A
D
lapbether.c
56
spinlock_t
up_lock
; /* Protects "up" */
member
130
spin_lock_bh(&lapbeth->
up_lock
);
in lapbeth_rcv()
147
spin_unlock_bh(&lapbeth->
up_lock
);
in lapbeth_rcv()
190
spin_lock_bh(&lapbeth->
up_lock
);
in lapbeth_xmit()
229
spin_unlock_bh(&lapbeth->
up_lock
);
in lapbeth_xmit()
333
spin_lock_bh(&lapbeth->
up_lock
);
in lapbeth_open()
335
spin_unlock_bh(&lapbeth->
up_lock
);
in lapbeth_open()
345
spin_lock_bh(&lapbeth->
up_lock
);
in lapbeth_close()
347
spin_unlock_bh(&lapbeth->
up_lock
);
in lapbeth_close()
412
spin_lock_init(&lapbeth->
up_lock
);
in lapbeth_new_device()
[all...]
Completed in 2 milliseconds