Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmetadata.c166 u8 temp_id, freed_id; in nfp_mask_alloc() local
184 memcpy(&temp_id, &ring->buf[ring->tail * NFP_FLOWER_MASK_ELEMENT_RS], in nfp_mask_alloc()
186 *mask_id = temp_id; in nfp_mask_alloc()
/openbmc/linux/fs/overlayfs/
H A Ddir.c49 static atomic_t temp_id = ATOMIC_INIT(0); in ovl_lookup_temp() local
52 snprintf(name, sizeof(name), "#%x", atomic_inc_return(&temp_id)); in ovl_lookup_temp()