Home
last modified time | relevance | path

Searched refs:newsla (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/ccp/
H A Dsev-dev-tio.c499 struct sla_addr_t oldsla = *sla, newsla; in sla_expand() local
514 newsla = sla_alloc(newlen, true); in sla_expand()
515 if (IS_SLA_NULL(newsla)) in sla_expand()
518 newbuf = sla_buffer_map(newsla); in sla_expand()
520 sla_free(newsla, newlen, true); in sla_expand()
526 sla_buffer_unmap(newsla, newbuf); in sla_expand()
528 *sla = newsla; in sla_expand()