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:jp
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
regdef.h
52
#define
jp
$25 /* PIC jump register */
macro
95
#define
jp
$25 /* PIC jump register */
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
regdef.h
52
#define
jp
$25 /* PIC jump register */
macro
95
#define
jp
$25 /* PIC jump register */
macro
/kernel/linux/linux-5.10/arch/mips/fw/lib/
H
A
D
call_o32.S
58
move
jp
,a0
86
jalr
jp
/kernel/linux/linux-6.6/arch/mips/fw/lib/
H
A
D
call_o32.S
58
move
jp
,a0
86
jalr
jp
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree_stall.h
407
static bool rcu_is_gp_kthread_starving(unsigned long *
jp
)
in rcu_is_gp_kthread_starving()
argument
411
if (
jp
)
in rcu_is_gp_kthread_starving()
412
*
jp
= j;
in rcu_is_gp_kthread_starving()
416
static bool rcu_is_rcuc_kthread_starving(struct rcu_data *rdp, unsigned long *
jp
)
in rcu_is_rcuc_kthread_starving()
argument
432
if (
jp
)
in rcu_is_rcuc_kthread_starving()
433
*
jp
= j;
in rcu_is_rcuc_kthread_starving()
/kernel/linux/linux-5.10/drivers/media/pci/meye/
H
A
D
meye.c
870
static int meyeioc_s_params(struct meye_params *
jp
)
in meyeioc_s_params()
argument
872
if (
jp
->subsample > 1)
in meyeioc_s_params()
875
if (
jp
->quality > 10)
in meyeioc_s_params()
878
if (
jp
->sharpness > 63 ||
jp
->agc > 63 ||
jp
->picture > 63)
in meyeioc_s_params()
881
if (
jp
->framerate > 31)
in meyeioc_s_params()
886
if (meye.params.subsample !=
jp
->subsample ||
in meyeioc_s_params()
887
meye.params.quality !=
jp
->quality)
in meyeioc_s_params()
890
meye.params = *
jp
;
in meyeioc_s_params()
[all...]
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tree_stall.h
386
static bool rcu_is_gp_kthread_starving(unsigned long *
jp
)
in rcu_is_gp_kthread_starving()
argument
390
if (
jp
)
in rcu_is_gp_kthread_starving()
391
*
jp
= j;
in rcu_is_gp_kthread_starving()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
procfs.c
67
#define DJP( x ) le32_to_cpu(
jp
-> x )
312
struct journal_params *
jp
= &rs->s_v1.s_journal;
in show_journal()
local
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
procfs.c
67
#define DJP( x ) le32_to_cpu(
jp
-> x )
312
struct journal_params *
jp
= &rs->s_v1.s_journal;
in show_journal()
local
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
nexthop.sh
95
occ=$($DEVLINK -
jp
resource show $DEVLINK_DEV \
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-integrity.c
2071
unsigned
jp
= journal_read_pos + 1;
in dm_integrity_map_continue()
local
2072
for (i = ic->sectors_per_block; i < dio->range.n_sectors; i += ic->sectors_per_block,
jp
++) {
in dm_integrity_map_continue()
2073
if (!test_journal_node(ic,
jp
, dio->range.logical_sector + i))
in dm_integrity_map_continue()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-integrity.c
2267
unsigned int
jp
= journal_read_pos + 1;
in dm_integrity_map_continue()
local
2269
for (i = ic->sectors_per_block; i < dio->range.n_sectors; i += ic->sectors_per_block,
jp
++) {
in dm_integrity_map_continue()
2270
if (!test_journal_node(ic,
jp
, dio->range.logical_sector + i))
in dm_integrity_map_continue()
Completed in 24 milliseconds