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_used
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
util.h
162
#define
fifo_used
(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask)
macro
163
#define fifo_free(fifo) ((fifo)->size -
fifo_used
(fifo))
165
#define fifo_empty(fifo) (!
fifo_used
(fifo))
H
A
D
movinggc.c
210
fifo_used
(&ca->free[RESERVE_MOVINGGC]);
in bch_moving_gc()
H
A
D
journal.c
570
#define last_seq(j) ((j)->seq -
fifo_used
(&(j)->pin) + 1)
718
pr_debug("journal_pin full (%zu)\n",
fifo_used
(&j->pin));
in bch_journal_next()
H
A
D
super.c
620
fifo_used
(&ca->free[RESERVE_PRIO]),
in bch_prio_write()
621
fifo_used
(&ca->free[RESERVE_NONE]),
in bch_prio_write()
622
fifo_used
(&ca->free_inc));
in bch_prio_write()
630
size_t avail =
fifo_used
(&ca->free[RESERVE_PRIO]) +
in bch_prio_write()
631
fifo_used
(&ca->free[RESERVE_NONE]);
in bch_prio_write()
H
A
D
sysfs.c
769
sysfs_print(active_journal_entries,
fifo_used
(&c->journal.pin));
in SHOW()
H
A
D
btree.c
1187
if (
fifo_used
(&ca->free[RESERVE_BTREE]) < reserve) {
in btree_check_reserve()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
util.h
160
#define
fifo_used
(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask)
macro
161
#define fifo_free(fifo) ((fifo)->size -
fifo_used
(fifo))
163
#define fifo_empty(fifo) (!
fifo_used
(fifo))
H
A
D
movinggc.c
210
fifo_used
(&ca->free[RESERVE_MOVINGGC]);
in bch_moving_gc()
H
A
D
journal.c
569
#define last_seq(j) ((j)->seq -
fifo_used
(&(j)->pin) + 1)
715
pr_debug("journal_pin full (%zu)\n",
fifo_used
(&j->pin));
in bch_journal_next()
H
A
D
super.c
617
fifo_used
(&ca->free[RESERVE_PRIO]),
in bch_prio_write()
618
fifo_used
(&ca->free[RESERVE_NONE]),
in bch_prio_write()
619
fifo_used
(&ca->free_inc));
in bch_prio_write()
627
size_t avail =
fifo_used
(&ca->free[RESERVE_PRIO]) +
in bch_prio_write()
628
fifo_used
(&ca->free[RESERVE_NONE]);
in bch_prio_write()
H
A
D
sysfs.c
790
sysfs_print(active_journal_entries,
fifo_used
(&c->journal.pin));
in SHOW()
H
A
D
btree.c
1208
if (
fifo_used
(&ca->free[RESERVE_BTREE]) < reserve) {
in btree_check_reserve()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
bcache.h
480
__entry->free =
fifo_used
(&ca->free[reserve]);
481
__entry->free_inc =
fifo_used
(&ca->free_inc);
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
bcache.h
480
__entry->free =
fifo_used
(&ca->free[reserve]);
481
__entry->free_inc =
fifo_used
(&ca->free_inc);
Completed in 21 milliseconds