Home
last modified time | relevance | path

Searched refs:subsys (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dconfigfs.h252 int configfs_register_subsystem(struct configfs_subsystem *subsys);
253 void configfs_unregister_subsystem(struct configfs_subsystem *subsys);
257 int configfs_depend_item(struct configfs_subsystem *subsys, struct config_item *target);
258 void configfs_undepend_item(struct configfs_subsystem *subsys, struct config_item *target);
Dcgroup.h175 struct cgroup_subsys_state *subsys[CGROUP_SUBSYS_COUNT]; member
246 struct cgroup_subsys_state *subsys[CGROUP_SUBSYS_COUNT]; member
382 int cgroup_add_file(struct cgroup *cgrp, struct cgroup_subsys *subsys,
390 struct cgroup_subsys *subsys,
508 return cgrp->subsys[subsys_id]; in cgroup_subsys_state()
517 rcu_dereference_check(task->cgroups->subsys[subsys_id], \
Ddevice.h115 #define bus_register(subsys) \ argument
118 __bus_register(subsys, &__key); \
132 struct bus_type *subsys,
289 struct bus_type *subsys; member
298 int subsys_system_register(struct bus_type *subsys,
/include/linux/netfilter/
Dnfnetlink.h91 #define MODULE_ALIAS_NFNL_SUBSYS(subsys) \ argument
92 MODULE_ALIAS("nfnetlink-subsys-" __stringify(subsys))