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:remaining_time
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
d3.c
2367
int
remaining_time
= 10;
in iwl_mvm_d3_test_release()
local
2373
remaining_time
> 0) {
in iwl_mvm_d3_test_release()
2374
remaining_time
--;
in iwl_mvm_d3_test_release()
2378
if (
remaining_time
== 0)
in iwl_mvm_d3_test_release()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
2344
adv_instance->duration <= adv_instance->
remaining_time
)
in __hci_req_schedule_adv_instance()
2347
timeout = adv_instance->
remaining_time
;
in __hci_req_schedule_adv_instance()
2353
adv_instance->
remaining_time
=
in __hci_req_schedule_adv_instance()
2354
adv_instance->
remaining_time
- timeout;
in __hci_req_schedule_adv_instance()
2429
!adv_instance->
remaining_time
)) {
in hci_req_clear_adv_instance()
H
A
D
hci_core.c
3006
adv_instance->
remaining_time
= timeout;
in hci_add_adv_instance()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sync.c
564
!adv_instance->
remaining_time
)) {
in hci_clear_adv_instance_sync()
1778
if (adv->timeout == 0 || adv->duration <= adv->
remaining_time
)
in hci_schedule_adv_instance_sync()
1781
timeout = adv->
remaining_time
;
in hci_schedule_adv_instance_sync()
1787
adv->
remaining_time
= adv->
remaining_time
- timeout;
in hci_schedule_adv_instance_sync()
1920
if (force || (adv && adv->timeout && !adv->
remaining_time
)) {
in hci_remove_advertising_sync()
H
A
D
hci_core.c
1759
adv->
remaining_time
= timeout;
in hci_add_adv_instance()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
d3.c
3305
int
remaining_time
= 10;
in iwl_mvm_d3_test_release()
local
3311
remaining_time
> 0) {
in iwl_mvm_d3_test_release()
3312
remaining_time
--;
in iwl_mvm_d3_test_release()
3316
if (
remaining_time
== 0)
in iwl_mvm_d3_test_release()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
6065
long
remaining_time
;
in kvm_nx_lpage_recovery_worker()
local
6069
remaining_time
= get_nx_lpage_recovery_timeout(start_time);
in kvm_nx_lpage_recovery_worker()
6072
while (!kthread_should_stop() &&
remaining_time
> 0) {
in kvm_nx_lpage_recovery_worker()
6073
schedule_timeout(
remaining_time
);
in kvm_nx_lpage_recovery_worker()
6074
remaining_time
= get_nx_lpage_recovery_timeout(start_time);
in kvm_nx_lpage_recovery_worker()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
7119
long
remaining_time
;
in kvm_nx_huge_page_recovery_worker()
local
7123
remaining_time
= get_nx_huge_page_recovery_timeout(start_time);
in kvm_nx_huge_page_recovery_worker()
7126
while (!kthread_should_stop() &&
remaining_time
> 0) {
in kvm_nx_huge_page_recovery_worker()
7127
schedule_timeout(
remaining_time
);
in kvm_nx_huge_page_recovery_worker()
7128
remaining_time
= get_nx_huge_page_recovery_timeout(start_time);
in kvm_nx_huge_page_recovery_worker()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
234
__u16
remaining_time
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
252
__u16
remaining_time
;
member
Completed in 48 milliseconds