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:trap_type
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
devlink_trap.sh
181
local
trap_type
195
trap_type
=$(devlink_trap_type_get $trap_name)
196
if [ $
trap_type
!= "drop" ]; then
214
trap_type
=$(devlink_trap_type_get $trap_name)
215
if [ $
trap_type
!= "drop" ]; then
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
devlink_trap.sh
205
local
trap_type
219
trap_type
=$(devlink_trap_type_get $trap_name)
220
if [ $
trap_type
!= "drop" ]; then
238
trap_type
=$(devlink_trap_type_get $trap_name)
239
if [ $
trap_type
!= "drop" ]; then
/kernel/linux/linux-5.10/arch/alpha/oprofile/
H
A
D
op_model_ev67.c
155
unsigned
trap_type
: 4; /* 34-37 */
in ev67_handle_interrupt()
member
189
switch (i_stat.fields.
trap_type
) {
in ev67_handle_interrupt()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
fpswa.h
58
typedef fpswa_ret_t (*efi_fpswa_t) (unsigned long
trap_type
, void *bundle, unsigned long *ipsr,
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
fpswa.h
58
typedef fpswa_ret_t (*efi_fpswa_t) (unsigned long
trap_type
, void *bundle, unsigned long *ipsr,
/kernel/linux/linux-5.10/net/core/
H
A
D
drop_monitor.c
451
if (metadata->
trap_type
== DEVLINK_TRAP_TYPE_CONTROL)
in net_dm_hw_trap_summary_probe()
947
if (metadata->
trap_type
== DEVLINK_TRAP_TYPE_CONTROL)
in net_dm_hw_trap_packet_probe()
H
A
D
devlink.c
9857
metadata->
trap_type
= trap_item->trap->type;
in devlink_trap_report_metadata_set()
/kernel/linux/linux-6.6/net/core/
H
A
D
drop_monitor.c
447
if (metadata->
trap_type
== DEVLINK_TRAP_TYPE_CONTROL)
in net_dm_hw_trap_summary_probe()
971
if (metadata->
trap_type
== DEVLINK_TRAP_TYPE_CONTROL)
in net_dm_hw_trap_packet_probe()
/kernel/linux/linux-5.10/include/net/
H
A
D
devlink.h
667
* @
trap_type
: Trap type.
674
enum devlink_trap_type
trap_type
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
devlink.h
751
* @
trap_type
: Trap type.
761
enum devlink_trap_type
trap_type
;
member
/kernel/linux/linux-6.6/net/devlink/
H
A
D
trap.c
1476
metadata->
trap_type
= trap_item->trap->type;
in devlink_trap_report_metadata_set()
Completed in 32 milliseconds