Searched refs:idal_buffer (Results 1 – 1 of 1) sorted by relevance
123 struct idal_buffer { struct132 static inline struct idal_buffer *idal_buffer_alloc(size_t size, int page_order) in idal_buffer_alloc() argument135 struct idal_buffer *ib; in idal_buffer_alloc()169 static inline void idal_buffer_free(struct idal_buffer *ib) in idal_buffer_free()186 static inline bool __idal_buffer_is_needed(struct idal_buffer *ib) in __idal_buffer_is_needed()196 static inline void idal_buffer_set_cda(struct idal_buffer *ib, struct ccw1 *ccw) in idal_buffer_set_cda()219 static inline size_t idal_buffer_to_user(struct idal_buffer *ib, void __user *to, size_t count) in idal_buffer_to_user()241 static inline size_t idal_buffer_from_user(struct idal_buffer *ib, const void __user *from, size_t … in idal_buffer_from_user()
Completed in 4 milliseconds