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:disengage_timeout
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H
A
D
xpc_partition.c
272
if (part->
disengage_timeout
) {
in xpc_partition_disengaged()
274
if (time_is_after_jiffies(part->
disengage_timeout
)) {
in xpc_partition_disengaged()
290
part->
disengage_timeout
= 0;
in xpc_partition_disengaged()
368
part->
disengage_timeout
= jiffies + (xpc_disengage_timelimit * HZ);
in xpc_deactivate_partition()
369
part->disengage_timer.expires = part->
disengage_timeout
;
in xpc_deactivate_partition()
H
A
D
xpc_main.c
180
DBUG_ON(time_is_after_jiffies(part->
disengage_timeout
));
in xpc_timeout_partition_disengage()
184
DBUG_ON(part->
disengage_timeout
!= 0);
in xpc_timeout_partition_disengage()
953
unsigned long printmsg_time,
disengage_timeout
= 0;
in xpc_do_exit()
local
995
if (part->
disengage_timeout
>
disengage_timeout
)
in xpc_do_exit()
996
disengage_timeout
= part->
disengage_timeout
;
in xpc_do_exit()
1003
"%ld seconds\n", (
disengage_timeout
-
in xpc_do_exit()
H
A
D
xpc.h
488
unsigned long
disengage_timeout
; /* timeout in jiffies */
member
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H
A
D
xpc_partition.c
272
if (part->
disengage_timeout
) {
in __xpc_partition_disengaged()
274
if (time_is_after_jiffies(part->
disengage_timeout
)) {
in __xpc_partition_disengaged()
290
part->
disengage_timeout
= 0;
in __xpc_partition_disengaged()
378
part->
disengage_timeout
= jiffies + (xpc_disengage_timelimit * HZ);
in xpc_deactivate_partition()
379
part->disengage_timer.expires = part->
disengage_timeout
;
in xpc_deactivate_partition()
H
A
D
xpc_main.c
171
DBUG_ON(time_is_after_jiffies(part->
disengage_timeout
));
in xpc_timeout_partition_disengage()
175
DBUG_ON(part->
disengage_timeout
!= 0);
in xpc_timeout_partition_disengage()
944
unsigned long printmsg_time,
disengage_timeout
= 0;
in xpc_do_exit()
local
986
if (part->
disengage_timeout
>
disengage_timeout
)
in xpc_do_exit()
987
disengage_timeout
= part->
disengage_timeout
;
in xpc_do_exit()
994
"%ld seconds\n", (
disengage_timeout
-
in xpc_do_exit()
H
A
D
xpc.h
488
unsigned long
disengage_timeout
; /* timeout in jiffies */
member
Completed in 9 milliseconds