| /kernel/linux/linux-5.10/drivers/thunderbolt/ |
| H A D | tmu.c | 310 struct tb_switch *parent = tb_switch_parent(sw); in tb_switch_tmu_disable() local 355 struct tb_switch *parent = tb_switch_parent(sw); in tb_switch_tmu_enable() local
|
| /kernel/linux/linux-5.10/drivers/vfio/mdev/ |
| H A D | mdev_core.c | 69 struct mdev_parent *parent; in __find_parent_device() local 80 struct mdev_parent *parent = container_of(kref, struct mdev_parent, in mdev_release_parent() local 88 static struct mdev_parent *mdev_get_parent(struct mdev_parent *parent) in mdev_get_parent() argument 96 mdev_put_parent(struct mdev_parent *parent) mdev_put_parent() argument 105 struct mdev_parent *parent; mdev_device_remove_common() local 145 struct mdev_parent *parent; mdev_register_device() local 223 struct mdev_parent *parent; mdev_unregister_device() local 277 struct mdev_parent *parent; mdev_device_create() local 356 struct mdev_parent *parent; mdev_device_remove() local [all...] |
| H A D | mdev_sysfs.c | 92 static struct mdev_type *add_mdev_supported_type(struct mdev_parent *parent, in add_mdev_supported_type() argument 158 static int add_mdev_supported_type_groups(struct mdev_parent *parent) in add_mdev_supported_type_groups() argument 183 parent_remove_sysfs_files(struct mdev_parent *parent) parent_remove_sysfs_files() argument 196 parent_create_sysfs_files(struct mdev_parent *parent) parent_create_sysfs_files() argument [all...] |
| /kernel/linux/linux-5.10/net/smc/ |
| H A D | smc_close.c | 39 static void smc_close_cleanup_listen(struct sock *parent) in smc_close_cleanup_listen() argument
|
| /kernel/linux/linux-5.10/net/rds/ |
| H A D | cong.c | 108 struct rb_node *parent = NULL; in rds_cong_tree_walk() local
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| H A D | role.h | 100 usb_role_switch_register(struct device *parent, in usb_role_switch_register() argument
|
| /kernel/linux/linux-5.10/include/media/ |
| H A D | v4l2-async.h | 133 struct v4l2_async_notifier *parent; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | rbtree_augmented.h | 169 __rb_change_child(struct rb_node *old, struct rb_node *new, struct rb_node *parent, struct rb_root *root) __rb_change_child() argument 182 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, struct rb_node *parent, struct rb_root *root) __rb_change_child_rcu() argument 203 struct rb_node *parent, *rebalance; __rb_erase_augmented() local [all...] |
| H A D | rbtree.h | 69 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node() argument 78 static inline void rb_link_node_rcu(struct rb_node *node, struct rb_node *parent, in rb_link_node_rcu() argument
|
| H A D | rfkill.h | 227 rfkill_alloc(const char *name, struct device *parent, const enum rfkill_type type, const struct rfkill_ops *ops, void *ops_data) rfkill_alloc() argument
|
| /kernel/linux/linux-5.10/include/linux/soundwire/ |
| H A D | sdw_intel.h | 155 struct device *parent; member
|
| /kernel/linux/linux-5.10/security/apparmor/include/ |
| H A D | policy_ns.h | 60 struct aa_ns *parent; member
|
| /kernel/linux/linux-5.10/security/integrity/ |
| H A D | iint.c | 127 struct rb_node *node, *parent = NULL; in integrity_inode_get() local
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | policy_ns.c | 242 static struct aa_ns *__aa_create_ns(struct aa_ns *parent, const char *name, in __aa_create_ns() argument 282 __aa_find_or_create_ns(struct aa_ns *parent, const char *name, struct dentry *dir) __aa_find_or_create_ns() argument 308 aa_prepare_ns(struct aa_ns *parent, const char *name) aa_prepare_ns() argument [all...] |
| /kernel/linux/linux-5.10/security/tomoyo/ |
| H A D | securityfs_if.c | 223 tomoyo_create_entry(const char *name, const umode_t mode, struct dentry *parent, const u8 key) tomoyo_create_entry() argument
|
| /kernel/linux/linux-5.10/sound/core/ |
| H A D | jack.c | 299 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent) in snd_jack_set_parent() argument [all...] |
| /kernel/linux/linux-5.10/security/ |
| H A D | inode.c | 107 securityfs_create_dentry(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops, const struct inode_operations *iops) securityfs_create_dentry() argument 200 securityfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) securityfs_create_file() argument 228 securityfs_create_dir(const char *name, struct dentry *parent) securityfs_create_dir() argument 260 securityfs_create_symlink(const char *name, struct dentry *parent, const char *target, const struct inode_operations *iops) securityfs_create_symlink() argument [all...] |
| /kernel/linux/linux-5.10/tools/lib/ |
| H A D | rbtree.c | 78 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local 88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local 227 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) ____rb_erase_color() argument 410 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_erase_color() argument 488 struct rb_node *parent; rb_next() local 519 struct rb_node *parent; rb_prev() local 548 struct rb_node *parent = rb_parent(victim); rb_replace_node() local 575 const struct rb_node *parent; rb_next_postorder() local [all...] |
| /kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
| H A D | plugin_function.c | 82 static int add_and_get_index(const char *parent, const char *child, int cpu) in add_and_get_index() argument 138 const char *parent; in function_handler() local [all...] |
| /kernel/linux/linux-5.10/tools/include/linux/ |
| H A D | rbtree.h | 66 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node() argument
|
| H A D | rbtree_augmented.h | 192 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local 171 __rb_change_child(struct rb_node *old, struct rb_node *new, struct rb_node *parent, struct rb_root *root) __rb_change_child() argument [all...] |
| /kernel/linux/linux-5.10/fs/gfs2/ |
| H A D | export.c | 85 static int gfs2_get_name(struct dentry *parent, char *name, in gfs2_get_name() argument 171 struct gfs2_inum_host parent; in gfs2_fh_to_parent() local 28 gfs2_encode_fh(struct inode *inode, __u32 *p, int *len, struct inode *parent) gfs2_encode_fh() argument [all...] |
| /kernel/linux/linux-5.10/fs/hfsplus/ |
| H A D | brec.c | 182 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 359 struct hfs_bnode *node, *new_node, *parent; hfs_brec_update_parent() local [all...] |
| H A D | bfind.c | 168 u32 nidx, parent; in hfs_brec_find() local
|
| /kernel/linux/linux-5.10/fs/isofs/ |
| H A D | export.c | 111 isofs_export_encode_fh(struct inode *inode, __u32 *fh32, int *max_len, struct inode *parent) isofs_export_encode_fh() argument
|