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:alloc_func
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
composite.h
586
struct usb_function *(*
alloc_func
)(struct usb_function_instance *inst);
member
616
.
alloc_func
= _func_alloc, \
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
composite.h
571
struct usb_function *(*
alloc_func
)(struct usb_function_instance *inst);
member
601
.
alloc_func
= _func_alloc, \
/kernel/linux/linux-5.10/drivers/usb/gadget/
H
A
D
functions.c
61
f = fi->fd->
alloc_func
(fi);
in usb_get_function()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H
A
D
functions.c
61
f = fi->fd->
alloc_func
(fi);
in usb_get_function()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-kmem.c
296
struct
alloc_func
{
struct
303
static struct
alloc_func
*alloc_func_list;
307
const struct
alloc_func
*fa = a;
in funcmp()
308
const struct
alloc_func
*fb = b;
in funcmp()
318
const struct
alloc_func
*fa = a;
in callcmp()
319
const struct
alloc_func
*fb = b;
in callcmp()
336
struct
alloc_func
*func;
in build_alloc_func_list()
400
struct
alloc_func
key, *caller;
in find_callsite()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kmem.c
309
struct
alloc_func
{
struct
316
static struct
alloc_func
*alloc_func_list;
320
const struct
alloc_func
*fa = a;
in funcmp()
321
const struct
alloc_func
*fb = b;
in funcmp()
331
const struct
alloc_func
*fa = a;
in callcmp()
332
const struct
alloc_func
*fb = b;
in callcmp()
349
struct
alloc_func
*func;
in build_alloc_func_list()
421
struct
alloc_func
key, *caller;
in find_callsite()
Completed in 9 milliseconds