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:iup
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iunlink_item.c
32
struct xfs_iunlink_item *
iup
= IUL_ITEM(lip);
in xfs_iunlink_item_release()
local
34
xfs_perag_put(
iup
->pag);
in xfs_iunlink_item_release()
53
struct xfs_iunlink_item *
iup
)
in xfs_iunlink_log_dinode()
56
struct xfs_inode *ip =
iup
->ip;
in xfs_iunlink_log_dinode()
76
if (be32_to_cpu(dip->di_next_unlinked) !=
iup
->old_agino) {
in xfs_iunlink_log_dinode()
83
trace_xfs_iunlink_update_dinode(mp,
iup
->pag->pag_agno,
in xfs_iunlink_log_dinode()
85
be32_to_cpu(dip->di_next_unlinked),
iup
->next_agino);
in xfs_iunlink_log_dinode()
87
dip->di_next_unlinked = cpu_to_be32(
iup
->next_agino);
in xfs_iunlink_log_dinode()
113
struct xfs_iunlink_item *
iup
= IUL_ITEM(lip);
in xfs_iunlink_item_precommit()
local
116
error = xfs_iunlink_log_dinode(tp,
iup
);
in xfs_iunlink_item_precommit()
51
xfs_iunlink_log_dinode( struct xfs_trans *tp, struct xfs_iunlink_item *
iup
)
xfs_iunlink_log_dinode()
argument
148
struct xfs_iunlink_item *
iup
;
xfs_iunlink_log_inode()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
654
struct microcode_intel *patch, **
iup
;
in load_ucode_intel_ap()
local
658
iup
= (struct microcode_intel **) __pa_nodebug(&intel_ucode_patch);
in load_ucode_intel_ap()
660
iup
= &intel_ucode_patch;
in load_ucode_intel_ap()
662
if (!*
iup
) {
in load_ucode_intel_ap()
667
*
iup
= patch;
in load_ucode_intel_ap()
670
uci.mc = *
iup
;
in load_ucode_intel_ap()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
594
struct microcode_intel *patch, **
iup
;
in load_ucode_intel_ap()
local
598
iup
= (struct microcode_intel **) __pa_nodebug(&intel_ucode_patch);
in load_ucode_intel_ap()
600
iup
= &intel_ucode_patch;
in load_ucode_intel_ap()
602
if (!*
iup
) {
in load_ucode_intel_ap()
607
*
iup
= patch;
in load_ucode_intel_ap()
610
uci.mc = *
iup
;
in load_ucode_intel_ap()
Completed in 3 milliseconds