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:irw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/idxd/
H
A
D
irq.c
516
struct idxd_resubmit *
irw
= container_of(work, struct idxd_resubmit, work);
in idxd_int_handle_resubmit_work()
local
517
struct idxd_desc *desc =
irw
->desc;
in idxd_int_handle_resubmit_work()
540
kfree(
irw
);
in idxd_int_handle_resubmit_work()
547
struct idxd_resubmit *
irw
;
in idxd_queue_int_handle_resubmit()
local
549
irw
= kzalloc(sizeof(*
irw
), GFP_KERNEL);
in idxd_queue_int_handle_resubmit()
550
if (!
irw
)
in idxd_queue_int_handle_resubmit()
553
irw
->desc = desc;
in idxd_queue_int_handle_resubmit()
554
INIT_WORK(&
irw
->work, idxd_int_handle_resubmit_work);
in idxd_queue_int_handle_resubmit()
555
queue_work(idxd->wq, &
irw
in idxd_queue_int_handle_resubmit()
[all...]
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H
A
D
ptrace.h
84
/*
irw
/irwsta/irwmask I R W bits.
89
uint8_t
irw
;
member
97
/*
irw
/irwsta/irwmask I R W bits.
102
uint8_t
irw
;
member
122
/* Watch
irw
/irwmask/irwstat bit definitions */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H
A
D
ptrace.h
93
/*
irw
/irwsta/irwmask I R W bits.
98
uint8_t
irw
;
member
106
/*
irw
/irwsta/irwmask I R W bits.
111
uint8_t
irw
;
member
131
/* Watch
irw
/irwmask/irwstat bit definitions */
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
watch.c
451
if (watches->
irw
[i] & (LA_WATCH_R | LA_WATCH_W)) {
in loongarch_install_watch_registers()
452
if ((watches->
irw
[i] & LA_WATCH_R))
in loongarch_install_watch_registers()
454
if ((watches->
irw
[i] & LA_WATCH_W))
in loongarch_install_watch_registers()
462
} else if (watches->
irw
[i] & LA_WATCH_I) {
in loongarch_install_watch_registers()
H
A
D
ptrace.c
600
__put_user(child->thread.watch.
irw
[i], &addr->WATCH_STYLE[i].
irw
);
in ptrace_get_watch_regs()
641
__get_user(irwt[i], &addr->WATCH_STYLE[i].
irw
);
in ptrace_set_watch_regs()
649
child->thread.watch.
irw
[i] = irwt[i];
in ptrace_set_watch_regs()
700
task->thread.watch.
irw
[i] = LA_WATCH_I;
in user_enable_single_step()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
processor.h
105
unsigned char
irw
[NUM_WATCH_REGS];
member
Completed in 4 milliseconds