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:next_set
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_timer.c
55
t->
next_set
= false;
in kvm_riscv_vcpu_hrtimer_expired()
63
if (!t->init_done || !t->
next_set
)
in kvm_riscv_vcpu_timer_cancel()
67
t->
next_set
= false;
in kvm_riscv_vcpu_timer_cancel()
97
t->
next_set
= true;
in kvm_riscv_vcpu_update_hrtimer()
122
t->
next_set
= false;
in kvm_riscv_vcpu_vstimer_expired()
151
t->
next_set
= true;
in kvm_riscv_vcpu_timer_blocking()
186
reg_val = (t->
next_set
) ? KVM_RISCV_TIMER_STATE_ON :
in kvm_riscv_vcpu_get_reg_timer()
253
t->
next_set
= false;
in kvm_riscv_vcpu_timer_init()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
kvm_vcpu_timer.h
26
bool
next_set
;
member
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
journal.c
129
goto
next_set
;
in journal_read_bucket()
136
goto
next_set
;
in journal_read_bucket()
161
next_set
:
in journal_read_bucket()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
journal.c
127
goto
next_set
;
in journal_read_bucket()
134
goto
next_set
;
in journal_read_bucket()
160
next_set
:
in journal_read_bucket()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H
A
D
sparsebit.c
1019
sparsebit_idx_t
next_set
;
in sparsebit_is_clear_num()
local
1029
next_set
= sparsebit_next_set(s, idx);
in sparsebit_is_clear_num()
1036
return
next_set
== 0 ||
next_set
- idx >= num;
in sparsebit_is_clear_num()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H
A
D
sparsebit.c
1018
sparsebit_idx_t
next_set
;
in sparsebit_is_clear_num()
local
1028
next_set
= sparsebit_next_set(s, idx);
in sparsebit_is_clear_num()
1035
return
next_set
== 0 ||
next_set
- idx >= num;
in sparsebit_is_clear_num()
/kernel/linux/linux-5.10/net/netfilter/ipset/
H
A
D
ip_set_core.c
1625
goto
next_set
;
in ip_set_dump_do()
1643
goto
next_set
;
in ip_set_dump_do()
1651
goto
next_set
;
in ip_set_dump_do()
1668
next_set
:
in ip_set_dump_do()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H
A
D
ip_set_core.c
1615
goto
next_set
;
in ip_set_dump_do()
1633
goto
next_set
;
in ip_set_dump_do()
1641
goto
next_set
;
in ip_set_dump_do()
1658
next_set
:
in ip_set_dump_do()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
core_acl_flex_actions.c
446
struct mlxsw_afa_set *
next_set
;
in mlxsw_afa_block_destroy()
local
449
next_set
= set->next;
in mlxsw_afa_block_destroy()
451
set =
next_set
;
in mlxsw_afa_block_destroy()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
core_acl_flex_actions.c
446
struct mlxsw_afa_set *
next_set
;
in mlxsw_afa_block_destroy()
local
449
next_set
= set->next;
in mlxsw_afa_block_destroy()
451
set =
next_set
;
in mlxsw_afa_block_destroy()
Completed in 20 milliseconds