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:actl
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
scsw.h
32
* @
actl
: activity control
54
__u32
actl
: 7;
member
73
* @
actl
: activity control
94
u32
actl
:7;
member
111
* @
actl
: activity control
126
u32
actl
:7;
member
321
* scsw_actl - return scsw
actl
field
324
* Return the value of the
actl
field of the specified scsw, regardless of
330
return scsw->tm.
actl
;
in scsw_actl()
332
return scsw->cmd.
actl
;
in scsw_actl()
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
scsw.h
32
* @
actl
: activity control
54
__u32
actl
: 7;
member
73
* @
actl
: activity control
94
u32
actl
:7;
member
111
* @
actl
: activity control
126
u32
actl
:7;
member
326
* scsw_actl - return scsw
actl
field
329
* Return the value of the
actl
field of the specified scsw, regardless of
335
return scsw->tm.
actl
;
in scsw_actl()
337
return scsw->cmd.
actl
;
in scsw_actl()
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
device_status.c
104
!(irb->scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED))
in ccw_device_accumulate_esw_valid()
258
cdev_irb->scsw.cmd.
actl
= irb->scsw.cmd.
actl
;
in ccw_device_accumulate_irb()
268
(irb->scsw.cmd.
actl
& SCSW_ACTL_DEVACT) &&
in ccw_device_accumulate_irb()
269
(irb->scsw.cmd.
actl
& SCSW_ACTL_SCHACT)) ||
in ccw_device_accumulate_irb()
270
(irb->scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED))
in ccw_device_accumulate_irb()
384
if ((irb->scsw.cmd.
actl
& (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0)
in ccw_device_accumulate_and_sense()
H
A
D
vfio_ccw_fsm.c
50
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_START_PEND;
in fsm_io_helper()
104
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_HALT_PEND;
in fsm_do_halt()
145
sch->schib.scsw.cmd.
actl
= SCSW_ACTL_CLEAR_PEND;
in fsm_do_clear()
H
A
D
cio.c
162
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_START_PEND;
in cio_start_key()
199
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_RESUME_PEND;
in cio_resume()
238
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_HALT_PEND;
in cio_halt()
272
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_CLEAR_PEND;
in cio_clear()
H
A
D
eadm_sch.c
75
sch->schib.scsw.eadm.
actl
|= SCSW_ACTL_START_PEND;
in eadm_subchannel_start()
94
sch->schib.scsw.eadm.
actl
|= SCSW_ACTL_CLEAR_PEND;
in eadm_subchannel_clear()
H
A
D
device_fsm.c
472
scsw->
actl
= SCSW_ACTL_START_PEND;
in create_fake_irb()
479
scsw->
actl
= SCSW_ACTL_START_PEND;
in create_fake_irb()
H
A
D
device_ops.c
417
!(sch->schib.scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED))
in ccw_device_resume()
H
A
D
device.c
1691
if (sch->schib.scsw.cmd.
actl
== 0)
in ccw_device_wait_idle()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
device_status.c
105
!(irb->scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED))
in ccw_device_accumulate_esw_valid()
259
cdev_irb->scsw.cmd.
actl
= irb->scsw.cmd.
actl
;
in ccw_device_accumulate_irb()
269
(irb->scsw.cmd.
actl
& SCSW_ACTL_DEVACT) &&
in ccw_device_accumulate_irb()
270
(irb->scsw.cmd.
actl
& SCSW_ACTL_SCHACT)) ||
in ccw_device_accumulate_irb()
271
(irb->scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED))
in ccw_device_accumulate_irb()
385
if ((irb->scsw.cmd.
actl
& (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0)
in ccw_device_accumulate_and_sense()
H
A
D
cio.c
162
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_START_PEND;
in cio_start_key()
199
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_RESUME_PEND;
in cio_resume()
238
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_HALT_PEND;
in cio_halt()
272
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_CLEAR_PEND;
in cio_clear()
H
A
D
vfio_ccw_fsm.c
49
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_START_PEND;
in fsm_io_helper()
101
sch->schib.scsw.cmd.
actl
|= SCSW_ACTL_HALT_PEND;
in fsm_do_halt()
140
sch->schib.scsw.cmd.
actl
= SCSW_ACTL_CLEAR_PEND;
in fsm_do_clear()
H
A
D
eadm_sch.c
76
sch->schib.scsw.eadm.
actl
|= SCSW_ACTL_START_PEND;
in eadm_subchannel_start()
95
sch->schib.scsw.eadm.
actl
|= SCSW_ACTL_CLEAR_PEND;
in eadm_subchannel_clear()
H
A
D
device_fsm.c
461
scsw->
actl
= SCSW_ACTL_START_PEND;
in create_fake_irb()
468
scsw->
actl
= SCSW_ACTL_START_PEND;
in create_fake_irb()
H
A
D
device_ops.c
417
!(sch->schib.scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED))
in ccw_device_resume()
H
A
D
device.c
1676
if (sch->schib.scsw.cmd.
actl
== 0)
in ccw_device_wait_idle()
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
lcs.c
1384
irb->scsw.cmd.
actl
);
in lcs_irq()
1408
if ((irb->scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED) ||
in lcs_irq()
1425
else if (irb->scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED)
in lcs_irq()
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
lcs.c
1380
irb->scsw.cmd.
actl
);
in lcs_irq()
1404
if ((irb->scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED) ||
in lcs_irq()
1421
else if (irb->scsw.cmd.
actl
& SCSW_ACTL_SUSPENDED)
in lcs_irq()
Completed in 24 milliseconds