Lines Matching full:put

71  * put.
72 * -# Put data items with "while loop".
75 * -# Check if the data put are equal to the data got.
81 * An error shall be shown up when an item is put into a full ringbuffer or
181 /**TESTPOINT: ring buffer put*/ in tringbuf_put()
262 * -# Put data items into a ringbuffer
352 * -# Put data items into the ringbuffer by a thread
353 * -# Put data items into the ringbuffer by a ISR
358 * -# Put data items into the ringbuffer by the thread
408 * -# Put data items into the ringbuffer by a thread
409 * -# Put data items into the ringbuffer by a ISR
414 * -# Put data items into the ringbuffer by the thread
463 * -# Put and get data with "for loop"
466 * -# Put data with different size to check if data size
798 * -# Put data from input buffer into the ringbuffer
799 * and check if put data are successful.
801 * -# Get data from the ringbuffer and put them into output buffer
949 /* Test performance of copy put get 1 byte */ in ZTEST()
956 PRINT("1 byte put-get, avg cycles: %d\n", timestamp/loop); in ZTEST()
958 /* Test performance of copy put get 1 byte */ in ZTEST()
966 PRINT("4 byte put-get, avg cycles: %d\n", timestamp/loop); in ZTEST()
968 /* Test performance of put claim finish 1 byte */ in ZTEST()
977 PRINT("1 byte put claim-finish, avg cycles: %d\n", timestamp/loop); in ZTEST()
979 /* Test performance of put claim finish 5 byte */ in ZTEST()
988 PRINT("5 byte put claim-finish, avg cycles: %d\n", timestamp/loop); in ZTEST()
990 /* Test performance of copy put claim finish 5 byte */ in ZTEST()