Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_socket_cookie.c141 struct bpf_object *pobj; in run_test() local
152 err = bpf_prog_load_xattr(&attr, &pobj, &prog_fd); in run_test()
158 bpf_object__for_each_program(prog, pobj) { in run_test()
186 if (validate_map(bpf_map__next(NULL, pobj), client_fd)) in run_test()
195 bpf_object__close(pobj); in run_test()
/Linux-v4.19/fs/fscache/
Dobject-list.c94 struct fscache_object *pobj, *obj = NULL, *minobj = NULL; in fscache_objlist_lookup() local
109 pobj = (struct fscache_object *)pos; in fscache_objlist_lookup()
113 if (pobj < obj) { in fscache_objlist_lookup()
117 } else if (pobj > obj) { in fscache_objlist_lookup()
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.h282 struct bpf_object **pobj, int *prog_fd);
284 struct bpf_object **pobj, int *prog_fd);
Dlibbpf.c2281 struct bpf_object **pobj, int *prog_fd) in bpf_prog_load() argument
2290 return bpf_prog_load_xattr(&attr, pobj, prog_fd); in bpf_prog_load()
2294 struct bpf_object **pobj, int *prog_fd) in bpf_prog_load_xattr() argument
2360 *pobj = obj; in bpf_prog_load_xattr()