Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtask_local_data.h107 struct tld_data_u { struct
119 __thread struct tld_data_u *tld_data_p __attribute__((weak));
160 struct tld_data_u *data; in __tld_init_data_p()
174 size = tld_meta_p->size + sizeof(struct tld_data_u); in __tld_init_data_p()
177 data = (struct tld_data_u *)aligned_alloc(size_pot, size); in __tld_init_data_p()
179 data = (struct tld_data_u *)aligned_alloc(size_pot, size_pot); in __tld_init_data_p()
191 map_val.start = (~TLD_PAGE_MASK & (intptr_t)data) + sizeof(struct tld_data_u); in __tld_init_data_p()
251 tld_meta_p->size > TLD_PAGE_SIZE - sizeof(struct tld_data_u)) in __tld_create_key()
254 if (off + TLD_ROUND_UP(size, 8) > TLD_PAGE_SIZE - sizeof(struct tld_data_u)) in __tld_create_key()