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:mask_out
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/kernel/
H
A
D
irq.c
538
unsigned long to_irq_stack(unsigned long *
mask_out
)
in to_irq_stack()
argument
544
mask = xchg(&pending_mask, *
mask_out
);
in to_irq_stack()
555
old = *
mask_out
;
in to_irq_stack()
578
*
mask_out
|= mask | nested;
in to_irq_stack()
/kernel/linux/linux-6.6/arch/um/kernel/
H
A
D
irq.c
705
unsigned long to_irq_stack(unsigned long *
mask_out
)
in to_irq_stack()
argument
711
mask = xchg(&pending_mask, *
mask_out
);
in to_irq_stack()
722
old = *
mask_out
;
in to_irq_stack()
745
*
mask_out
|= mask | nested;
in to_irq_stack()
/kernel/linux/linux-5.10/arch/um/include/shared/
H
A
D
kern_util.h
60
extern unsigned long to_irq_stack(unsigned long *
mask_out
);
/kernel/linux/linux-6.6/arch/um/include/shared/
H
A
D
kern_util.h
58
extern unsigned long to_irq_stack(unsigned long *
mask_out
);
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_lease.c
195
uint32_t
mask_out
= 1ul << count_out;
in drm_lease_filter_crtcs()
local
197
crtcs_out |=
mask_out
;
in drm_lease_filter_crtcs()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_lease.c
181
uint32_t
mask_out
= 1ul << count_out;
in drm_lease_filter_crtcs()
local
183
crtcs_out |=
mask_out
;
in drm_lease_filter_crtcs()
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
net_kern.c
845
__be32 *
mask_out
= m;
in dev_netmask()
local
854
*
mask_out
= in->ifa_mask;
in dev_netmask()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
net_kern.c
846
__be32 *
mask_out
= m;
in dev_netmask()
local
855
*
mask_out
= in->ifa_mask;
in dev_netmask()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
nl80211.c
7270
u32 *
mask_out
)
in nl80211_parse_mesh_config()
7408
if (
mask_out
)
in nl80211_parse_mesh_config()
7409
*
mask_out
= mask;
in nl80211_parse_mesh_config()
7268
nl80211_parse_mesh_config(struct genl_info *info, struct mesh_config *cfg, u32 *
mask_out
)
nl80211_parse_mesh_config()
argument
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
8301
u32 *
mask_out
)
in nl80211_parse_mesh_config()
8439
if (
mask_out
)
in nl80211_parse_mesh_config()
8440
*
mask_out
= mask;
in nl80211_parse_mesh_config()
8299
nl80211_parse_mesh_config(struct genl_info *info, struct mesh_config *cfg, u32 *
mask_out
)
nl80211_parse_mesh_config()
argument
Completed in 48 milliseconds