Home
last modified time | relevance | path

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

/Linux-v6.6/fs/configfs/
Dsymlink.c77 static int create_link(struct config_item *parent_item, in create_link()
146 struct config_item *parent_item; in configfs_symlink() local
223 struct config_item *parent_item; in configfs_unlink() local
Ddir.c744 static void link_obj(struct config_item *parent_item, struct config_item *item) in link_obj()
811 static int configfs_attach_item(struct config_item *parent_item, in configfs_attach_item()
846 static int configfs_attach_group(struct config_item *parent_item, in configfs_attach_group()
901 static void client_disconnect_notify(struct config_item *parent_item, in client_disconnect_notify()
920 static void client_drop_item(struct config_item *parent_item, in client_drop_item()
1261 struct config_item *parent_item; in configfs_mkdir() local
1440 struct config_item *parent_item; in configfs_rmdir() local
/Linux-v6.6/tools/perf/scripts/python/
Dexported-sql-viewer.py487 def __init__(self, glb, params, row, parent_item): argument
528 …params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
572 …id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
617 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
808 … row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
854 …id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
871 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
899 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
2859 def __init__(self, row, col, text, parent_item): argument
[all …]