Home
last modified time | relevance | path

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

/arch/tile/gxio/
Dmpipe.c275 rule->headroom = 2; in gxio_mpipe_rules_begin()
336 int gxio_mpipe_rules_set_headroom(gxio_mpipe_rules_t *rules, uint8_t headroom) in gxio_mpipe_rules_set_headroom() argument
347 rule->headroom = headroom; in gxio_mpipe_rules_set_headroom()
/arch/tile/include/hv/
Ddrv_mpipe_intf.h531 uint8_t headroom; member
/arch/arm/crypto/
Daesbs-glue.c218 u32 headroom = UINT_MAX - be32_to_cpu(ctr[3]); in aesbs_ctr_encrypt() local
221 if (unlikely(headroom < blocks)) { in aesbs_ctr_encrypt()
222 blocks = headroom + 1; in aesbs_ctr_encrypt()
/arch/tile/include/gxio/
Dmpipe.h989 uint8_t headroom);