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:new_cmd
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H
A
D
cmt_test.c
74
const char *
new_cmd
[BENCHMARK_ARGS];
in cmt_resctrl_val()
local
118
new_cmd
[i] = benchmark_cmd[i];
in cmt_resctrl_val()
119
new_cmd
[i] = NULL;
in cmt_resctrl_val()
124
new_cmd
[1] = span_str;
in cmt_resctrl_val()
125
cmd =
new_cmd
;
in cmt_resctrl_val()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sp.c
2676
struct bnx2x_pending_mcast_cmd *
new_cmd
;
in bnx2x_mcast_enqueue_cmd()
local
2691
new_cmd
= kzalloc(sizeof(*
new_cmd
), GFP_ATOMIC);
in bnx2x_mcast_enqueue_cmd()
2692
if (!
new_cmd
)
in bnx2x_mcast_enqueue_cmd()
2695
INIT_LIST_HEAD(&
new_cmd
->data.macs_head);
in bnx2x_mcast_enqueue_cmd()
2696
INIT_LIST_HEAD(&
new_cmd
->group_head);
in bnx2x_mcast_enqueue_cmd()
2697
new_cmd
->type = cmd;
in bnx2x_mcast_enqueue_cmd()
2698
new_cmd
->done = false;
in bnx2x_mcast_enqueue_cmd()
2719
bnx2x_free_groups(&
new_cmd
->group_head);
in bnx2x_mcast_enqueue_cmd()
2720
kfree(
new_cmd
);
in bnx2x_mcast_enqueue_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sp.c
2676
struct bnx2x_pending_mcast_cmd *
new_cmd
;
in bnx2x_mcast_enqueue_cmd()
local
2691
new_cmd
= kzalloc(sizeof(*
new_cmd
), GFP_ATOMIC);
in bnx2x_mcast_enqueue_cmd()
2692
if (!
new_cmd
)
in bnx2x_mcast_enqueue_cmd()
2695
INIT_LIST_HEAD(&
new_cmd
->data.macs_head);
in bnx2x_mcast_enqueue_cmd()
2696
INIT_LIST_HEAD(&
new_cmd
->group_head);
in bnx2x_mcast_enqueue_cmd()
2697
new_cmd
->type = cmd;
in bnx2x_mcast_enqueue_cmd()
2698
new_cmd
->done = false;
in bnx2x_mcast_enqueue_cmd()
2719
bnx2x_free_groups(&
new_cmd
->group_head);
in bnx2x_mcast_enqueue_cmd()
2720
kfree(
new_cmd
);
in bnx2x_mcast_enqueue_cmd()
[all...]
/kernel/linux/linux-5.10/drivers/vfio/pci/
H
A
D
vfio_pci_config.c
561
u16
new_cmd
= 0;
in vfio_basic_config_write()
local
574
new_cmd
= le32_to_cpu(val);
in vfio_basic_config_write()
578
new_io = !!(
new_cmd
& PCI_COMMAND_IO);
in vfio_basic_config_write()
582
new_mem = !!(
new_cmd
& PCI_COMMAND_MEMORY);
in vfio_basic_config_write()
620
*virt_cmd |= cpu_to_le16(
new_cmd
& mask);
in vfio_basic_config_write()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H
A
D
vfio_pci_config.c
565
u16
new_cmd
= 0;
in vfio_basic_config_write()
local
578
new_cmd
= le32_to_cpu(val);
in vfio_basic_config_write()
582
new_io = !!(
new_cmd
& PCI_COMMAND_IO);
in vfio_basic_config_write()
586
new_mem = !!(
new_cmd
& PCI_COMMAND_MEMORY);
in vfio_basic_config_write()
624
*virt_cmd |= cpu_to_le16(
new_cmd
& mask);
in vfio_basic_config_write()
Completed in 15 milliseconds