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:check_again
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/
H
A
D
seq_queue.h
31
bool
check_again
; /* concurrent access happened during check */
member
H
A
D
seq_queue.c
253
q->
check_again
= 1;
in snd_seq_check_queue()
286
if (q->
check_again
) {
in snd_seq_check_queue()
287
q->
check_again
= 0;
in snd_seq_check_queue()
/kernel/linux/linux-6.6/sound/core/seq/
H
A
D
seq_queue.h
31
bool
check_again
; /* concurrent access happened during check */
member
H
A
D
seq_queue.c
254
q->
check_again
= 1;
in snd_seq_check_queue()
287
if (q->
check_again
) {
in snd_seq_check_queue()
288
q->
check_again
= 0;
in snd_seq_check_queue()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
mlme.c
830
bool
check_again
= false;
in cfg80211_dfs_channels_update_work()
local
888
if (!
check_again
)
in cfg80211_dfs_channels_update_work()
892
check_again
= true;
in cfg80211_dfs_channels_update_work()
898
if (
check_again
)
in cfg80211_dfs_channels_update_work()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_hdlc.c
279
check_again
:
in n_hdlc_send_frames()
341
goto
check_again
;
in n_hdlc_send_frames()
H
A
D
synclink_gt.c
4572
check_again
:
in rx_get_frame()
4621
goto
check_again
;
in rx_get_frame()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_hdlc.c
270
check_again
:
in n_hdlc_send_frames()
332
goto
check_again
;
in n_hdlc_send_frames()
H
A
D
synclink_gt.c
4532
check_again
:
in rx_get_frame()
4581
goto
check_again
;
in rx_get_frame()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
mlme.c
904
bool
check_again
= false;
in cfg80211_dfs_channels_update_work()
local
962
if (!
check_again
)
in cfg80211_dfs_channels_update_work()
966
check_again
= true;
in cfg80211_dfs_channels_update_work()
972
if (
check_again
)
in cfg80211_dfs_channels_update_work()
/kernel/linux/linux-5.10/mm/
H
A
D
gup.c
1614
check_again
:
in check_and_migrate_cma_pages()
1689
goto
check_again
;
in check_and_migrate_cma_pages()
Completed in 29 milliseconds