Lines Matching refs:last

129 	uint8_t last:1;  member
287 uint8_t last; /* Slot index of last user operation */ member
1134 instance->expire_infos[i].last = is_last;
1139 } else if (instance->expire_infos[i].last && i < TICKER_EXPIRE_INFO_MAX - 1) {
1140 instance->expire_infos[i].last = 0;
1164 is_last = instance->expire_infos[index].last;
1165 instance->expire_infos[index].last = 0;
1174 instance->expire_infos[index].last = 1;
1207 if (instance->expire_infos[i].last) {
1237 if (info->last) {
1964 while (user->middle != user->last) {
3062 while (user->first != user->last) {
3460 instance->expire_infos[i].last = 1;
3630 uint8_t last;
3634 last = user->last + 1;
3635 if (last >= user->count_user_op) {
3636 last = 0U;
3639 if (last == user->first) {
3643 user_op = &user->user_op[user->last];
3675 user->last = last;
3759 uint8_t last;
3763 last = user->last + 1;
3764 if (last >= user->count_user_op) {
3765 last = 0U;
3768 if (last == user->first) {
3772 user_op = &user->user_op[user->last];
3797 user->last = last;
3832 uint8_t last;
3836 last = user->last + 1;
3837 if (last >= user->count_user_op) {
3838 last = 0U;
3841 if (last == user->first) {
3845 user_op = &user->user_op[user->last];
3855 user->last = last;
3887 uint8_t last;
3891 last = user->last + 1;
3892 if (last >= user->count_user_op) {
3893 last = 0U;
3896 if (last == user->first) {
3900 user_op = &user->user_op[user->last];
3909 user->last = last;
3943 uint8_t last;
3947 last = user->last + 1;
3948 if (last >= user->count_user_op) {
3949 last = 0U;
3952 if (last == user->first) {
3956 user_op = &user->user_op[user->last];
3966 user->last = last;
4027 uint8_t last;
4031 last = user->last + 1;
4032 if (last >= user->count_user_op) {
4033 last = 0U;
4036 if (last == user->first) {
4040 user_op = &user->user_op[user->last];
4062 user->last = last;
4096 uint8_t last;
4100 last = user->last + 1;
4101 if (last >= user->count_user_op) {
4102 last = 0U;
4105 if (last == user->first) {
4109 user_op = &user->user_op[user->last];
4118 user->last = last;
4158 uint8_t last;
4162 last = user->last + 1;
4163 if (last >= user->count_user_op) {
4164 last = 0U;
4167 if (last == user->first) {
4171 user_op = &user->user_op[user->last];
4181 user->last = last;