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:need_wait
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/kernel/power/
H
A
D
user.c
29
static bool
need_wait
;
variable
82
need_wait
= true;
in snapshot_open()
172
if (
need_wait
) {
in snapshot_write()
174
need_wait
= false;
in snapshot_write()
253
if (
need_wait
) {
in snapshot_ioctl()
255
need_wait
= false;
in snapshot_ioctl()
/kernel/linux/linux-6.6/kernel/power/
H
A
D
user.c
29
static bool
need_wait
;
variable
83
need_wait
= true;
in snapshot_open()
176
if (
need_wait
) {
in snapshot_write()
178
need_wait
= false;
in snapshot_write()
257
if (
need_wait
) {
in snapshot_ioctl()
259
need_wait
= false;
in snapshot_ioctl()
/kernel/linux/linux-6.6/mm/damon/
H
A
D
sysfs.c
1490
bool
need_wait
= true;
in damon_sysfs_handle_cmd()
local
1515
while (
need_wait
) {
in damon_sysfs_handle_cmd()
1521
need_wait
= false;
in damon_sysfs_handle_cmd()
1524
need_wait
= false;
in damon_sysfs_handle_cmd()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
delegation.c
860
bool
need_wait
;
in nfs_server_return_all_delegations()
local
866
need_wait
= nfs_server_mark_return_all_delegations(server);
in nfs_server_return_all_delegations()
869
if (
need_wait
) {
in nfs_server_return_all_delegations()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
delegation.c
881
bool
need_wait
;
in nfs_server_return_all_delegations()
local
887
need_wait
= nfs_server_mark_return_all_delegations(server);
in nfs_server_return_all_delegations()
890
if (
need_wait
) {
in nfs_server_return_all_delegations()
/kernel/linux/linux-6.6/net/xdp/
H
A
D
xsk.c
835
bool
need_wait
= !(m->msg_flags & MSG_DONTWAIT);
in __xsk_sendmsg()
local
844
if (unlikely(
need_wait
))
in __xsk_sendmsg()
880
bool
need_wait
= !(flags & MSG_DONTWAIT);
in __xsk_recvmsg()
local
890
if (unlikely(
need_wait
))
in __xsk_recvmsg()
/kernel/linux/linux-5.10/net/xdp/
H
A
D
xsk.c
482
bool
need_wait
= !(m->msg_flags & MSG_DONTWAIT);
in xsk_sendmsg()
local
488
if (unlikely(
need_wait
))
in xsk_sendmsg()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.c
1757
bool
need_wait
;
in __wait_discard_cmd_range()
local
1761
need_wait
= false;
in __wait_discard_cmd_range()
1776
need_wait
= true;
in __wait_discard_cmd_range()
1782
if (
need_wait
) {
in __wait_discard_cmd_range()
1813
bool
need_wait
= false;
in f2fs_wait_discard_bio()
local
1823
need_wait
= true;
in f2fs_wait_discard_bio()
1828
if (
need_wait
)
in f2fs_wait_discard_bio()
/kernel/linux/linux-5.10/net/packet/
H
A
D
af_packet.c
2684
bool
need_wait
= !(msg->msg_flags & MSG_DONTWAIT);
in tpacket_snd()
local
2751
if (
need_wait
&& skb) {
in tpacket_snd()
2787
!
need_wait
, &err);
in tpacket_snd()
2857
(
need_wait
&& packet_read_pending(&po->tx_ring))));
in tpacket_snd()
/kernel/linux/linux-6.6/net/packet/
H
A
D
af_packet.c
2735
bool
need_wait
= !(msg->msg_flags & MSG_DONTWAIT);
in tpacket_snd()
local
2803
if (
need_wait
&& skb) {
in tpacket_snd()
2839
!
need_wait
, &err);
in tpacket_snd()
2908
(
need_wait
&& packet_read_pending(&po->tx_ring))));
in tpacket_snd()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.c
1793
bool
need_wait
= false;
in f2fs_wait_discard_bio()
local
1824
need_wait
= true;
in f2fs_wait_discard_bio()
1829
if (
need_wait
)
in f2fs_wait_discard_bio()
Completed in 42 milliseconds