Lines Matching full:safety
59 /// # Safety
76 // SAFETY: `bd.rq` is valid as required by the safety requirement for in queue_rq_callback()
83 // SAFETY: in queue_rq_callback()
85 // - By the safety requirements of this function, `request` is a valid in queue_rq_callback()
91 // SAFETY: We have exclusive access and we just set the refcount above. in queue_rq_callback()
96 // SAFETY: `bd` is valid as required by the safety requirement for in queue_rq_callback()
111 /// # Safety
121 /// # Safety
129 /// # Safety
142 /// # Safety
158 /// # Safety
170 /// # Safety
184 // SAFETY: By the safety requirements of this function, `rq` points in init_request_callback()
188 // SAFETY: The refcount field is allocated but not initialized, so in init_request_callback()
199 /// # Safety
209 // SAFETY: The tagset invariants guarantee that all requests are allocated with extra memory in exit_request_callback()
213 // SAFETY: `pdu` is valid for read and write and is properly initialised. in exit_request_callback()