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:orig_p
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
kprobes.c
1423
static int register_aggr_kprobe(struct kprobe *
orig_p
, struct kprobe *p)
in register_aggr_kprobe()
argument
1426
struct kprobe *ap =
orig_p
;
in register_aggr_kprobe()
1434
if (!kprobe_aggrprobe(
orig_p
)) {
in register_aggr_kprobe()
1435
/* If
orig_p
is not an aggr_kprobe, create new aggr_kprobe. */
in register_aggr_kprobe()
1436
ap = alloc_aggr_kprobe(
orig_p
);
in register_aggr_kprobe()
1441
init_aggr_kprobe(ap,
orig_p
);
in register_aggr_kprobe()
1789
struct kprobe *
orig_p
;
in __disable_kprobe()
local
1793
orig_p
= __get_valid_kprobe(p);
in __disable_kprobe()
1794
if (unlikely(
orig_p
== NULL))
in __disable_kprobe()
1799
if (p !=
orig_p
)
in __disable_kprobe()
[all...]
/kernel/linux/linux-6.6/kernel/
H
A
D
kprobes.c
1296
static int register_aggr_kprobe(struct kprobe *
orig_p
, struct kprobe *p)
in register_aggr_kprobe()
argument
1299
struct kprobe *ap =
orig_p
;
in register_aggr_kprobe()
1307
if (!kprobe_aggrprobe(
orig_p
)) {
in register_aggr_kprobe()
1308
/* If '
orig_p
' is not an 'aggr_kprobe', create new one. */
in register_aggr_kprobe()
1309
ap = alloc_aggr_kprobe(
orig_p
);
in register_aggr_kprobe()
1314
init_aggr_kprobe(ap,
orig_p
);
in register_aggr_kprobe()
1706
struct kprobe *
orig_p
;
in __disable_kprobe()
local
1712
orig_p
= __get_valid_kprobe(p);
in __disable_kprobe()
1713
if (unlikely(
orig_p
== NULL))
in __disable_kprobe()
1718
if (p !=
orig_p
)
in __disable_kprobe()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
7061
u8 *
orig_p
= _p;
in bnx2_get_regs()
local
7103
p = (u32 *) (
orig_p
+ offset);
in bnx2_get_regs()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
7046
u8 *
orig_p
= _p;
in bnx2_get_regs()
local
7088
p = (u32 *) (
orig_p
+ offset);
in bnx2_get_regs()
Completed in 23 milliseconds