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:cifs_sm_req_poolp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsfs.c
124
extern mempool_t *
cifs_sm_req_poolp
;
326
mempool_t *
cifs_sm_req_poolp
;
variable
1476
cifs_sm_req_poolp
= mempool_create_slab_pool(cifs_min_small,
in cifs_init_request_bufs()
1479
if (
cifs_sm_req_poolp
== NULL) {
in cifs_init_request_bufs()
1494
mempool_destroy(
cifs_sm_req_poolp
);
in cifs_destroy_request_bufs()
H
A
D
misc.c
39
extern mempool_t *
cifs_sm_req_poolp
;
210
ret_buf = mempool_alloc(
cifs_sm_req_poolp
, GFP_NOFS);
in cifs_small_buf_get()
229
mempool_free(buf_to_free,
cifs_sm_req_poolp
);
in cifs_small_buf_release()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsfs.c
153
extern mempool_t *
cifs_sm_req_poolp
;
376
mempool_t *
cifs_sm_req_poolp
;
variable
1741
cifs_sm_req_poolp
= mempool_create_slab_pool(cifs_min_small,
in cifs_init_request_bufs()
1744
if (
cifs_sm_req_poolp
== NULL) {
in cifs_init_request_bufs()
1759
mempool_destroy(
cifs_sm_req_poolp
);
in cifs_destroy_request_bufs()
H
A
D
misc.c
30
extern mempool_t *
cifs_sm_req_poolp
;
219
ret_buf = mempool_alloc(
cifs_sm_req_poolp
, GFP_NOFS);
in cifs_small_buf_get()
238
mempool_free(buf_to_free,
cifs_sm_req_poolp
);
in cifs_small_buf_release()
Completed in 8 milliseconds