Searched refs:zeroed (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/core/
H A Dgro.c468 BUILD_BUG_ON(sizeof_field(struct napi_gro_cb, zeroed) != sizeof(u32));
469 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed),
471 *(u32 *)&NAPI_GRO_CB(skb)->zeroed = 0;
/linux-master/include/net/
H A Dgro.h52 struct_group(zeroed,
/linux-master/mm/
H A Dvmalloc.c3808 * poisoned and zeroed by kasan_unpoison_vmalloc().
3962 * vmalloc_user - allocate zeroed virtually contiguous memory for userspace
3965 * The resulting memory area is zeroed so it can be mapped to userspace
4046 * vmalloc_32_user - allocate zeroed virtually contiguous 32bit memory
4049 * The resulting memory area is 32bit addressable and zeroed so it can be
4066 * Returns the number of zeroed bytes.
4181 size_t zeroed = zero_iter(iter, to_zero); local
4183 addr += zeroed;
4184 remains -= zeroed;
4186 if (remains == 0 || zeroed !
4296 size_t zeroed = zero_iter(iter, to_zero); local
[all...]
H A Dhugetlb.c1698 int zeroed; local
1727 zeroed = folio_put_testzero(folio);
1728 if (unlikely(!zeroed))
5923 * could insert a zeroed page instead of the data existing

Completed in 356 milliseconds