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:last_off
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-spear-spics.c
42
* @
last_off
: stores last offset caller of set_value()
53
int
last_off
;
member
70
if (spics->
last_off
!= offset) {
in spics_set_value()
71
spics->
last_off
= offset;
in spics_set_value()
164
spics->
last_off
= -1;
in spics_gpio_probe()
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-spear-spics.c
39
* @
last_off
: stores last offset caller of set_value()
50
int
last_off
;
member
67
if (spics->
last_off
!= offset) {
in spics_set_value()
68
spics->
last_off
= offset;
in spics_set_value()
158
spics->
last_off
= -1;
in spics_gpio_probe()
/kernel/linux/linux-5.10/arch/sparc/lib/
H
A
D
bitext.c
57
offset = t->
last_off
& ~align1;
in bit_map_string_get()
89
if ((t->
last_off
= offset + len) >= t->size)
in bit_map_string_get()
90
t->
last_off
= 0;
in bit_map_string_get()
/kernel/linux/linux-6.6/arch/sparc/lib/
H
A
D
bitext.c
57
offset = t->
last_off
& ~align1;
in bit_map_string_get()
89
if ((t->
last_off
= offset + len) >= t->size)
in bit_map_string_get()
90
t->
last_off
= 0;
in bit_map_string_get()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
bitext.h
18
int
last_off
;
member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
bitext.h
18
int
last_off
;
member
/kernel/linux/linux-6.6/include/linux/regulator/
H
A
D
driver.h
650
ktime_t
last_off
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
gtt.c
2290
int
last_off
= pos->offset &
in emulate_ggtt_mmio_write()
local
2293
memcpy((void *)&e.val64 +
last_off
,
in emulate_ggtt_mmio_write()
2294
(void *)&pos->data +
last_off
,
in emulate_ggtt_mmio_write()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
gtt.c
2247
int
last_off
= pos->offset &
in emulate_ggtt_mmio_write()
local
2250
memcpy((void *)&e.val64 +
last_off
,
in emulate_ggtt_mmio_write()
2251
(void *)&pos->data +
last_off
,
in emulate_ggtt_mmio_write()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
file.c
1690
pgoff_t
last_off
;
in expand_inode_data()
local
1695
last_off
= pg_start + expanded - 1;
in expand_inode_data()
1698
new_size = (
last_off
== pg_end) ? offset + len :
in expand_inode_data()
1699
(loff_t)(
last_off
+ 1) << PAGE_SHIFT;
in expand_inode_data()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
file.c
1752
pgoff_t
last_off
;
in f2fs_expand_inode_data()
local
1757
last_off
= pg_start + expanded - 1;
in f2fs_expand_inode_data()
1760
new_size = (
last_off
== pg_end) ? offset + len :
in f2fs_expand_inode_data()
1761
(loff_t)(
last_off
+ 1) << PAGE_SHIFT;
in f2fs_expand_inode_data()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ctree.c
5052
u32
last_off
;
in btrfs_del_items()
local
5060
last_off
= btrfs_item_offset_nr(leaf, slot + nr - 1);
in btrfs_del_items()
5074
last_off
- data_end);
in btrfs_del_items()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
core.c
1686
rdev->
last_off
= ktime_get();
in set_machine_constraints()
2741
ktime_t end = ktime_add_us(rdev->
last_off
, rdev->desc->off_on_delay);
in _regulator_do_enable()
2982
rdev->
last_off
= ktime_get_boottime();
in _regulator_do_disable()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ctree.c
4603
const u32
last_off
= btrfs_item_offset(leaf, slot + nr - 1);
in btrfs_del_items()
local
4613
last_off
- data_end);
in btrfs_del_items()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
fslog.c
942
u32
last_off
= off;
in alloc_rsttbl_from_idx()
local
960
rt->last_free = cpu_to_le32(
last_off
);
in alloc_rsttbl_from_idx()
Completed in 47 milliseconds