Lines Matching refs:this_ga
1526 struct tipc_gap_ack_blks *last_ga = r->last_ga, *this_ga = NULL;
1549 this_ga = kmemdup(ga, struct_size(ga, gacks, ga->bgack_cnt),
1551 if (likely(this_ga)) {
1552 this_ga->start_index = 0;
1554 gack_cnt = this_ga->bgack_cnt;
1555 gacks = &this_ga->gacks[0];
1605 kfree(this_ga);
1606 this_ga = NULL;
1641 if (this_ga) {
1643 r->last_ga = this_ga;
1665 kfree(this_ga);