Lines Matching full:guarantee

455 	 * Guarantee the state is loaded before copying the descriptor  in desc_read()
487 * 1. Guarantee the descriptor content is loaded before re-checking in desc_read()
503 * 2. Guarantee the record data is loaded before re-checking the in desc_read()
677 * 1. Guarantee the block ID loaded in in data_push_tail()
704 * 2. Guarantee the descriptor state loaded in in data_push_tail()
744 * Guarantee any descriptor states that have transitioned to in data_push_tail()
829 * Guarantee any descriptor states that have transitioned to in desc_push_tail()
839 * Guarantee the last state load from desc_read() is before in desc_push_tail()
891 * Guarantee the head ID is read before reading the tail ID. in desc_reserve()
925 * 1. Guarantee the tail ID is read before validating the in desc_reserve()
945 * 2. Guarantee the tail ID is stored before storing the head in desc_reserve()
948 * 3. Guarantee any data ring tail changes are stored before in desc_reserve()
955 * 4. Guarantee a new tail ID is stored before recycling the in desc_reserve()
961 * 5. Guarantee the head ID is stored before trying to in desc_reserve()
985 * Guarantee the new descriptor ID and state is stored before making in desc_reserve()
1054 * 1. Guarantee any descriptor states that have transitioned in data_alloc()
1061 * 2. Guarantee any updated tail lpos is stored before in data_alloc()
1284 * Guarantee the reserved state is stored before reading any in desc_reopen_last()
1588 * 1 Guarantee all record data is stored before the descriptor state in _prb_commit()
1592 * 2. Guarantee the descriptor state is stored as committed before in _prb_commit()
1856 * Guarantee the last state load from desc_read() is before in prb_first_seq()