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:tifp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
process.c
346
static inline void switch_to_bitmap(unsigned long
tifp
)
in switch_to_bitmap()
argument
355
if (
tifp
& _TIF_IO_BITMAP)
in switch_to_bitmap()
419
static inline void switch_to_bitmap(unsigned long
tifp
) { }
in switch_to_bitmap()
argument
543
*
tifp
: Previous task's thread flags
546
static __always_inline void __speculation_ctrl_update(unsigned long
tifp
,
in __speculation_ctrl_update()
argument
549
unsigned long tif_diff =
tifp
^ tifn;
in __speculation_ctrl_update()
627
unsigned long
tifp
, tifn;
in __switch_to_xtra()
local
630
tifp
= READ_ONCE(task_thread_info(prev_p)->flags);
in __switch_to_xtra()
632
switch_to_bitmap(
tifp
);
in __switch_to_xtra()
636
if ((
tifp
in __switch_to_xtra()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
process.c
413
static inline void switch_to_bitmap(unsigned long
tifp
)
in switch_to_bitmap()
argument
422
if (
tifp
& _TIF_IO_BITMAP)
in switch_to_bitmap()
486
static inline void switch_to_bitmap(unsigned long
tifp
) { }
in switch_to_bitmap()
argument
610
*
tifp
: Previous task's thread flags
613
static __always_inline void __speculation_ctrl_update(unsigned long
tifp
,
in __speculation_ctrl_update()
argument
616
unsigned long tif_diff =
tifp
^ tifn;
in __speculation_ctrl_update()
694
unsigned long
tifp
, tifn;
in __switch_to_xtra()
local
697
tifp
= read_task_thread_flags(prev_p);
in __switch_to_xtra()
699
switch_to_bitmap(
tifp
);
in __switch_to_xtra()
703
if ((
tifp
in __switch_to_xtra()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_bmap_util.c
1219
struct xfs_ifork *
tifp
= &tip->i_df;
in xfs_swap_extents_check_format()
local
1230
tifp
->if_format == XFS_DINODE_FMT_LOCAL)
in xfs_swap_extents_check_format()
1237
if (ifp->if_nextents <
tifp
->if_nextents)
in xfs_swap_extents_check_format()
1253
tifp
->if_format == XFS_DINODE_FMT_BTREE)
in xfs_swap_extents_check_format()
1257
if (
tifp
->if_format == XFS_DINODE_FMT_EXTENTS &&
in xfs_swap_extents_check_format()
1258
tifp
->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK))
in xfs_swap_extents_check_format()
1275
if (
tifp
->if_format == XFS_DINODE_FMT_BTREE) {
in xfs_swap_extents_check_format()
1277
XFS_BMAP_BMDR_SPACE(
tifp
->if_broot) > XFS_IFORK_BOFF(ip))
in xfs_swap_extents_check_format()
1279
if (
tifp
->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK))
in xfs_swap_extents_check_format()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_bmap_util.c
1271
struct xfs_ifork *
tifp
= &tip->i_df;
in xfs_swap_extents_check_format()
local
1282
tifp
->if_format == XFS_DINODE_FMT_LOCAL)
in xfs_swap_extents_check_format()
1289
if (ifp->if_nextents <
tifp
->if_nextents)
in xfs_swap_extents_check_format()
1305
tifp
->if_format == XFS_DINODE_FMT_BTREE)
in xfs_swap_extents_check_format()
1309
if (
tifp
->if_format == XFS_DINODE_FMT_EXTENTS &&
in xfs_swap_extents_check_format()
1310
tifp
->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK))
in xfs_swap_extents_check_format()
1327
if (
tifp
->if_format == XFS_DINODE_FMT_BTREE) {
in xfs_swap_extents_check_format()
1329
XFS_BMAP_BMDR_SPACE(
tifp
->if_broot) > xfs_inode_fork_boff(ip))
in xfs_swap_extents_check_format()
1331
if (
tifp
->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK))
in xfs_swap_extents_check_format()
Completed in 6 milliseconds