Searched refs:pobj (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_socket_cookie.c | 135 struct bpf_object *pobj; in run_test() local 147 err = bpf_prog_load_xattr(&attr, &pobj, &prog_fd); in run_test() 153 bpf_object__for_each_program(prog, pobj) { in run_test() 175 if (validate_map(bpf_map__next(NULL, pobj), client_fd)) in run_test() 184 bpf_object__close(pobj); in run_test()
|
D | test_stub.c | 11 struct bpf_object **pobj, int *prog_fd) in bpf_prog_test_load() argument 22 return bpf_prog_load_xattr(&attr, pobj, prog_fd); in bpf_prog_test_load()
|
/Linux-v5.10/fs/fscache/ |
D | object-list.c | 91 struct fscache_object *pobj, *obj = NULL, *minobj = NULL; in fscache_objlist_lookup() local 106 pobj = (struct fscache_object *)pos; in fscache_objlist_lookup() 110 if (pobj < obj) { in fscache_objlist_lookup() 114 } else if (pobj > obj) { in fscache_objlist_lookup()
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.h | 495 struct bpf_object **pobj, int *prog_fd); 497 struct bpf_object **pobj, int *prog_fd);
|
D | libbpf.c | 8972 struct bpf_object **pobj, int *prog_fd) in bpf_prog_load() argument 8981 return bpf_prog_load_xattr(&attr, pobj, prog_fd); in bpf_prog_load() 8985 struct bpf_object **pobj, int *prog_fd) in bpf_prog_load_xattr() argument 9050 *pobj = obj; in bpf_prog_load_xattr()
|