| 1956 | } |
| 1957 | |
| 1958 | static __inline struct mqueue_notifier * |
| 1959 | notifier_alloc(void) |
| 1960 | { |
| 1961 | return (uma_zalloc(mqnoti_zone, M_WAITOK | M_ZERO)); |
| 1962 | } |
| 1963 | |
| 1964 | static __inline void |
| 1965 | notifier_free(struct mqueue_notifier *p) |
no test coverage detected