Searched refs:profile_type (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dprofile.h51 enum profile_type { enum
75 int profile_event_register(enum profile_type, struct notifier_block * n);
76 int profile_event_unregister(enum profile_type, struct notifier_block * n);
98 static inline int profile_event_register(enum profile_type t, struct notifier_block * n)
103 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprofile.c145 int profile_event_register(enum profile_type type, struct notifier_block * n)
164 int profile_event_unregister(enum profile_type type, struct notifier_block * n)

Completed in 51 milliseconds