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:iovb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
nicstar.c
141
static void recycle_iov_buf(ns_dev * card, struct sk_buff *
iovb
);
201
struct sk_buff *
iovb
;
in nicstar_remove_one()
local
233
while ((
iovb
= skb_dequeue(&card->iovpool.queue)) != NULL) {
in nicstar_remove_one()
234
dev_kfree_skb_any(
iovb
);
in nicstar_remove_one()
740
struct sk_buff *
iovb
;
in ns_init_card()
local
741
iovb
= alloc_skb(NS_IOVBUFSIZE, GFP_KERNEL);
in ns_init_card()
742
if (
iovb
== NULL) {
in ns_init_card()
750
NS_PRV_BUFTYPE(
iovb
) = BUF_NONE;
in ns_init_card()
751
skb_queue_tail(&card->iovpool.queue,
iovb
);
in ns_init_card()
819
struct sk_buff *
iovb
;
in ns_init_card_error()
local
1441
struct sk_buff *
iovb
;
ns_close()
local
1972
struct sk_buff *
iovb
;
dequeue_rx()
local
2342
recycle_iov_buf(ns_dev * card, struct sk_buff *
iovb
)
recycle_iov_buf()
argument
2635
struct sk_buff *
iovb
;
ns_ioctl()
local
2650
struct sk_buff *
iovb
;
ns_ioctl()
local
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
nicstar.c
142
static void recycle_iov_buf(ns_dev * card, struct sk_buff *
iovb
);
203
struct sk_buff *
iovb
;
in nicstar_remove_one()
local
235
while ((
iovb
= skb_dequeue(&card->iovpool.queue)) != NULL) {
in nicstar_remove_one()
236
dev_kfree_skb_any(
iovb
);
in nicstar_remove_one()
742
struct sk_buff *
iovb
;
in ns_init_card()
local
743
iovb
= alloc_skb(NS_IOVBUFSIZE, GFP_KERNEL);
in ns_init_card()
744
if (
iovb
== NULL) {
in ns_init_card()
752
NS_PRV_BUFTYPE(
iovb
) = BUF_NONE;
in ns_init_card()
753
skb_queue_tail(&card->iovpool.queue,
iovb
);
in ns_init_card()
821
struct sk_buff *
iovb
;
in ns_init_card_error()
local
1437
struct sk_buff *
iovb
;
ns_close()
local
1978
struct sk_buff *
iovb
;
dequeue_rx()
local
2348
recycle_iov_buf(ns_dev * card, struct sk_buff *
iovb
)
recycle_iov_buf()
argument
2641
struct sk_buff *
iovb
;
ns_ioctl()
local
2656
struct sk_buff *
iovb
;
ns_ioctl()
local
[all...]
Completed in 3 milliseconds