Searched refs:pobj (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_socket_cookie.c | 141 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/ |
D | object-list.c | 94 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/ |
D | libbpf.h | 282 struct bpf_object **pobj, int *prog_fd); 284 struct bpf_object **pobj, int *prog_fd);
|
D | libbpf.c | 2281 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()
|