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:new_parent
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cgroup-v1.c
859
static int cgroup1_rename(struct kernfs_node *kn, struct kernfs_node *
new_parent
, const char *new_name_str)
872
if (kn->parent !=
new_parent
) {
881
kernfs_break_active_protection(
new_parent
);
886
ret = kernfs_rename(kn,
new_parent
, new_name_str);
894
kernfs_unbreak_active_protection(
new_parent
);
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H
A
D
xfs_inode.c
3038
bool
new_parent
= (src_dp != target_dp);
in xfs_rename()
local
3098
if (
new_parent
) {
in xfs_rename()
3214
if (
new_parent
&& src_is_directory) {
in xfs_rename()
3258
if (
new_parent
&& src_is_directory) {
in xfs_rename()
3285
if (src_is_directory && (
new_parent
|| target_ip != NULL)) {
in xfs_rename()
3312
if (
new_parent
) {
in xfs_rename()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
clk-provider.h
1014
int clk_hw_set_parent(struct clk_hw *hw, struct clk_hw *
new_parent
);
1029
void clk_hw_reparent(struct clk_hw *hw, struct clk_hw *
new_parent
);
Completed in 9 milliseconds