Go to the documentation of this file.
19 #include <linux/types.h>
20 #include <linux/list.h>
22 #include <linux/compiler.h>
26 #include <linux/kernel.h>
27 #include <linux/wait.h>
30 #define UEVENT_HELPER_PATH_LEN 256
31 #define UEVENT_NUM_ENVP 32
32 #define UEVENT_BUFFER_SIZE 2048
92 const char *fmt, ...);
113 const void *(*namespace)(
struct kobject *kobj);
178 static inline struct kset *kset_get(
struct kset *
k)
183 static inline void kset_put(
struct kset *k)
206 #if defined(CONFIG_HOTPLUG)