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:fifo_free
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
journal.h
168
(!(j)->blocks_free ||
fifo_free
(&(j)->pin) <= 1)
H
A
D
util.h
163
#define
fifo_free
(fifo) ((fifo)->size - fifo_used(fifo))
macro
166
#define fifo_full(fifo) (!
fifo_free
(fifo))
H
A
D
journal.c
314
if (
fifo_free
(&j->pin) > 1) {
in bch_journal_mark()
319
if (
fifo_free
(&j->pin) > 1) {
in bch_journal_mark()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
journal.h
168
(!(j)->blocks_free ||
fifo_free
(&(j)->pin) <= 1)
H
A
D
util.h
161
#define
fifo_free
(fifo) ((fifo)->size - fifo_used(fifo))
macro
164
#define fifo_full(fifo) (!
fifo_free
(fifo))
H
A
D
journal.c
313
if (
fifo_free
(&j->pin) > 1) {
in bch_journal_mark()
318
if (
fifo_free
(&j->pin) > 1) {
in bch_journal_mark()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
tdfxfb.c
950
int
fifo_free
;
in tdfxfb_imageblit()
local
1010
fifo_free
= 0;
in tdfxfb_imageblit()
1014
if (--
fifo_free
< 0) {
in tdfxfb_imageblit()
1015
fifo_free
= 31;
in tdfxfb_imageblit()
1016
banshee_make_room(par,
fifo_free
);
in tdfxfb_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
tdfxfb.c
949
int
fifo_free
;
in tdfxfb_imageblit()
local
1009
fifo_free
= 0;
in tdfxfb_imageblit()
1013
if (--
fifo_free
< 0) {
in tdfxfb_imageblit()
1014
fifo_free
= 31;
in tdfxfb_imageblit()
1015
banshee_make_room(par,
fifo_free
);
in tdfxfb_imageblit()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
s3cmci.c
348
static inline u32
fifo_free
(struct s3cmci_host *host)
in fifo_free()
function
503
while ((fifo =
fifo_free
(host)) > 3) {
in do_pio_write()
Completed in 11 milliseconds