Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dmetadata.c181 u8 temp_id, freed_id; in nfp_mask_alloc() local
196 memcpy(&temp_id, &ring->buf[ring->tail], NFP_FLOWER_MASK_ELEMENT_RS); in nfp_mask_alloc()
197 *mask_id = temp_id; in nfp_mask_alloc()
/Linux-v4.19/fs/overlayfs/
Ddir.c52 static atomic_t temp_id = ATOMIC_INIT(0); in ovl_lookup_temp() local
55 snprintf(name, sizeof(name), "#%x", atomic_inc_return(&temp_id)); in ovl_lookup_temp()