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:tmp_flags
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/net/
H
A
D
bpf_jit.c
532
u32 sflags,
tmp_flags
;
in save_bpf_jit_regs()
local
538
tmp_flags
= sflags = ctx->flags >> SEEN_SREG_SFT;
in save_bpf_jit_regs()
540
while (
tmp_flags
) {
in save_bpf_jit_regs()
547
tmp_flags
>>= 1;
in save_bpf_jit_regs()
568
u32 sflags,
tmp_flags
;
in restore_bpf_jit_regs()
local
570
tmp_flags
= sflags = ctx->flags >> SEEN_SREG_SFT;
in restore_bpf_jit_regs()
573
while (
tmp_flags
) {
in restore_bpf_jit_regs()
580
tmp_flags
>>= 1;
in restore_bpf_jit_regs()
/kernel/linux/linux-5.10/fs/affs/
H
A
D
super.c
348
int
tmp_flags
; /* fix remount prototype... */
in affs_fill_super()
local
524
tmp_flags
= sb->s_flags;
in affs_fill_super()
525
ret = affs_init_bitmap(sb, &
tmp_flags
);
in affs_fill_super()
528
sb->s_flags =
tmp_flags
;
in affs_fill_super()
/kernel/linux/linux-6.6/fs/affs/
H
A
D
super.c
348
int
tmp_flags
; /* fix remount prototype... */
in affs_fill_super()
local
524
tmp_flags
= sb->s_flags;
in affs_fill_super()
525
ret = affs_init_bitmap(sb, &
tmp_flags
);
in affs_fill_super()
528
sb->s_flags =
tmp_flags
;
in affs_fill_super()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
182
u16
tmp_flags
;
in nfp_fl_output()
local
193
tmp_flags
= last ? NFP_FL_OUT_FLAGS_LAST : 0;
in nfp_fl_output()
208
output->flags = cpu_to_be16(
tmp_flags
|
in nfp_fl_output()
215
output->flags = cpu_to_be16(
tmp_flags
);
in nfp_fl_output()
238
output->flags = cpu_to_be16(
tmp_flags
);
in nfp_fl_output()
H
A
D
tunnel_conf.c
1326
u32
tmp_flags
= 0;
in nfp_flower_xmit_pre_tun_del_flow()
local
1331
tmp_flags
|= NFP_TUN_PRE_TUN_RULE_DEL;
in nfp_flower_xmit_pre_tun_del_flow()
1332
payload.flags = cpu_to_be32(
tmp_flags
);
in nfp_flower_xmit_pre_tun_del_flow()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
182
u16
tmp_flags
;
in nfp_fl_output()
local
193
tmp_flags
= last ? NFP_FL_OUT_FLAGS_LAST : 0;
in nfp_fl_output()
208
output->flags = cpu_to_be16(
tmp_flags
|
in nfp_fl_output()
215
output->flags = cpu_to_be16(
tmp_flags
);
in nfp_fl_output()
239
output->flags = cpu_to_be16(
tmp_flags
);
in nfp_fl_output()
H
A
D
tunnel_conf.c
1487
u32
tmp_flags
= 0;
in nfp_flower_xmit_pre_tun_del_flow()
local
1492
tmp_flags
|= NFP_TUN_PRE_TUN_RULE_DEL;
in nfp_flower_xmit_pre_tun_del_flow()
1493
payload.flags = cpu_to_be32(
tmp_flags
);
in nfp_flower_xmit_pre_tun_del_flow()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
11301
u8
tmp_flags
;
in hclge_sync_promisc_mode()
local
11310
tmp_flags
= handle->netdev_flags | vport->last_promisc_flags;
in hclge_sync_promisc_mode()
11311
ret = hclge_set_promisc_mode(handle,
tmp_flags
& HNAE3_UPE,
in hclge_sync_promisc_mode()
11312
tmp_flags
& HNAE3_MPE);
in hclge_sync_promisc_mode()
11316
tmp_flags
& HNAE3_VLAN_FLTR);
in hclge_sync_promisc_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
12399
u8
tmp_flags
;
in hclge_sync_vport_promisc_mode()
local
12414
tmp_flags
= handle->netdev_flags | vport->last_promisc_flags;
in hclge_sync_vport_promisc_mode()
12415
ret = hclge_set_promisc_mode(handle,
tmp_flags
& HNAE3_UPE,
in hclge_sync_vport_promisc_mode()
12416
tmp_flags
& HNAE3_MPE);
in hclge_sync_vport_promisc_mode()
Completed in 39 milliseconds