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:S_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_log.c
269
#define
S_SIZE
(1024 - (sizeof(unsigned int) + 1))
macro
273
char buf[
S_SIZE
+ 1];
282
if (likely(m->count <
S_SIZE
)) {
in nf_log_buf_add()
284
len = vsnprintf(m->buf + m->count,
S_SIZE
- m->count, f, args);
in nf_log_buf_add()
286
if (likely(m->count + len <
S_SIZE
)) {
in nf_log_buf_add()
291
m->count =
S_SIZE
;
in nf_log_buf_add()
292
printk_once(KERN_ERR KBUILD_MODNAME " please increase
S_SIZE
\n");
in nf_log_buf_add()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_log.c
259
#define
S_SIZE
(1024 - (sizeof(unsigned int) + 1))
macro
263
char buf[
S_SIZE
+ 1];
272
if (likely(m->count <
S_SIZE
)) {
in nf_log_buf_add()
274
len = vsnprintf(m->buf + m->count,
S_SIZE
- m->count, f, args);
in nf_log_buf_add()
276
if (likely(m->count + len <
S_SIZE
)) {
in nf_log_buf_add()
281
m->count =
S_SIZE
;
in nf_log_buf_add()
282
printk_once(KERN_ERR KBUILD_MODNAME " please increase
S_SIZE
\n");
in nf_log_buf_add()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
regs.h
1862
#define
S_SIZE
0
macro
1864
#define V_SIZE(x) ((x) <<
S_SIZE
)
1865
#define G_SIZE(x) (((x) >>
S_SIZE
) & M_SIZE)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
regs.h
1853
#define
S_SIZE
0
macro
1855
#define V_SIZE(x) ((x) <<
S_SIZE
)
1856
#define G_SIZE(x) (((x) >>
S_SIZE
) & M_SIZE)
Completed in 14 milliseconds