Home
last modified time | relevance | path

Searched defs:populate (Results 1 – 7 of 7) sorted by relevance

/linux/arch/xtensa/mm/
H A Dkasan_init.c35 static void __init populate(void *start, void *end) in populate() function
/linux/rust/kernel/sync/
H A Dset_once.rs82 pub fn populate(&self, value: T) -> bool { in populate() method
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.h55 void (*populate)(struct xe_migrate_pt_update *pt_update, member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c39 int *map_fd, int populate) in setup() argument
/linux/include/net/libeth/
H A Dxdp.h1533 #define libeth_xdp_run_pass(xdp, bq, napi, ss, desc, run, populate) \ argument
1654 #define LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate) \ argument
1657 #define __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, pfx) \ argument
1673 #define LIBETH_XDP_DEFINE_RUN(name, run, flush, populate) \ argument
1676 #define __LIBETH_XDP_DEFINE_RUN(name, run, flush, populate, pfx) \ argument
/linux/tools/perf/bench/
H A Dmem-functions.c345 bench_mmap(size_t size,bool populate,unsigned int page_shift) bench_mmap() argument
503 bool populate = strcmp(r->name, "populate") == 0; do_mmap() local
/linux/tools/testing/selftests/mm/
H A Dguard-regions.c1408 TEST_F(guard_regions,populate) TEST_F() argument