Home
last modified time | relevance | path

Searched defs:parent_item (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/configfs/
Dsymlink.c79 static int create_link(struct config_item *parent_item, in create_link()
147 struct config_item *parent_item; in configfs_symlink() local
223 struct config_item *parent_item; in configfs_unlink() local
Ddir.c760 static void link_obj(struct config_item *parent_item, struct config_item *item) in link_obj()
827 static int configfs_attach_item(struct config_item *parent_item, in configfs_attach_item()
862 static int configfs_attach_group(struct config_item *parent_item, in configfs_attach_group()
917 static void client_disconnect_notify(struct config_item *parent_item, in client_disconnect_notify()
936 static void client_drop_item(struct config_item *parent_item, in client_drop_item()
1276 struct config_item *parent_item; in configfs_mkdir() local
1455 struct config_item *parent_item; in configfs_rmdir() local
/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py480 def __init__(self, glb, params, row, parent_item): argument
521 …params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
565 …id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
582 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
610 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
801 … row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
847 …id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
864 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
892 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
2852 def __init__(self, row, col, text, parent_item): argument
[all …]