Home
last modified time | relevance | path

Searched defs:obj (Results 3251 - 3275 of 3305) sorted by relevance

1...<<131132133

/third_party/node/deps/v8/src/objects/
H A Dobjects.cc1819 std::ostream& operator<<(std::ostream& os, const Object& obj) { in operator <<() argument
4035 Add(Isolate* isolate, Handle<ArrayList> array, Handle<Object> obj) Add() argument
H A Djs-temporal-objects.cc1715 Handle<JSReceiver> obj = Handle<JSReceiver>::cast(temporal_calendar_like); in ToTemporalCalendar() local
2085 Handle<JSReceiver> obj = Handle<JSReceiver>::cast(temporal_time_zone_like); ToTemporalTimeZone() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h584 PreParserExpression NewProperty(const PreParserExpression& obj, in NewProperty() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2276 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1703 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h2006 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1211 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) SWIG_Python_SetErrorObj() argument
1239 SWIG_Python_SetConstant(PyObject *d, PyObject *public_interface, const char *name, PyObject *obj) SWIG_Python_SetConstant() argument
1253 SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj) SWIG_Python_SetConstant() argument
1267 SWIG_Python_AppendOutput(PyObject* result, PyObject* obj) SWIG_Python_AppendOutput() argument
1458 SwigPyClientData_New(PyObject* obj) SwigPyClientData_New() argument
1818 PyObject *obj = PyBool_FromLong(sobj->own); SwigPyObject_own() local
2224 SwigPyPacked_UnpackData(PyObject *obj, void *ptr, size_t size) SwigPyPacked_UnpackData() argument
2266 PyObject *obj; SWIG_Python_GetSwigThis() local
2330 SWIG_Python_AcquirePtr(PyObject *obj, int own) SWIG_Python_AcquirePtr() argument
2345 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) SWIG_Python_ConvertPtrAndOwn() argument
2450 SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) SWIG_Python_ConvertFunctionPtr() argument
2482 SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) SWIG_Python_ConvertPacked() argument
2603 PyObject *obj[2]; SWIG_Python_InitShadowInstance() local
2741 SWIG_Python_DestroyModule(PyObject *obj) SWIG_Python_DestroyModule() argument
2802 PyObject *obj = PyDict_GetItem(cache, key); SWIG_Python_TypeQuery() local
2883 SWIG_Python_TypeError(const char *type, PyObject *obj) SWIG_Python_TypeError() argument
2922 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags) SWIG_Python_MustGetPtr() argument
2928 SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj); SWIG_Python_MustGetPtr() local
2938 SWIG_Python_NonDynamicSetAttr(PyObject *obj, PyObject *name, PyObject *value) SWIG_Python_NonDynamicSetAttr() argument
3064 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc) SWIG_AsCharPtrAndSize() argument
3177 SWIG_AsVal_double(PyObject *obj, double *val) SWIG_AsVal_double() argument
3259 SWIG_AsVal_unsigned_SS_long(PyObject *obj, unsigned long *val) SWIG_AsVal_unsigned_SS_long() argument
3323 SWIG_AsVal_unsigned_SS_long_SS_long(PyObject *obj, unsigned long long *val) SWIG_AsVal_unsigned_SS_long_SS_long() argument
3363 SWIG_AsVal_size_t(PyObject * obj, size_t *val) SWIG_AsVal_size_t() argument
3556 SWIG_AsVal_int(PyObject * obj, int *val) SWIG_AsVal_int() argument
3610 SWIG_AsVal_float(PyObject * obj, float *val) SWIG_AsVal_float() argument
5416 PyObject *obj = 0; SWIG_Python_InstallConstants() local
[all...]
/third_party/python/Modules/
H A D_datetimemodule.c2950 date_fromtimestamp(PyObject *cls, PyObject *obj) in date_fromtimestamp() argument
H A D_pickle.c370 _Pickle_FastCall(PyObject *func, PyObject *obj) in _Pickle_FastCall() argument
429 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() argument
560 Pdata_push(Pdata *self, PyObject *obj) in Pdata_push() argument
1758 memo_put(PicklerObject *self, PyObject *obj) in memo_put() argument
1812 get_dotted_path(PyObject *obj, PyObject *name) get_dotted_path() argument
1839 get_deep_attribute(PyObject *obj, PyObject *names, PyObject **pparent) get_deep_attribute() argument
1866 getattribute(PyObject *obj, PyObject *name, int allow_qualname) getattribute() argument
1993 fast_save_enter(PicklerObject *self, PyObject *obj) fast_save_enter() argument
2030 fast_save_leave(PicklerObject *self, PyObject *obj) fast_save_leave() argument
2046 save_none(PicklerObject *self, PyObject *obj) save_none() argument
2056 save_bool(PicklerObject *self, PyObject *obj) save_bool() argument
2077 save_long(PicklerObject *self, PyObject *obj) save_long() argument
2240 save_float(PicklerObject *self, PyObject *obj) save_float() argument
2355 _save_bytes_data(PicklerObject *self, PyObject *obj, const char *data, Py_ssize_t size) _save_bytes_data() argument
2403 save_bytes(PicklerObject *self, PyObject *obj) save_bytes() argument
2453 _save_bytearray_data(PicklerObject *self, PyObject *obj, const char *data, Py_ssize_t size) _save_bytearray_data() argument
2480 save_bytearray(PicklerObject *self, PyObject *obj) save_bytearray() argument
2516 save_picklebuffer(PicklerObject *self, PyObject *obj) save_picklebuffer() argument
2577 raw_unicode_escape(PyObject *obj) raw_unicode_escape() argument
2649 write_unicode_binary(PicklerObject *self, PyObject *obj) write_unicode_binary() argument
2709 save_unicode(PicklerObject *self, PyObject *obj) save_unicode() argument
2772 save_tuple(PicklerObject *self, PyObject *obj) save_tuple() argument
2880 PyObject *obj = NULL; batch_list() local
2994 batch_list_exact(PicklerObject *self, PyObject *obj) batch_list_exact() argument
3045 save_list(PicklerObject *self, PyObject *obj) save_list() argument
3121 PyObject *obj = NULL; batch_dict() local
3250 batch_dict_exact(PicklerObject *self, PyObject *obj) batch_dict_exact() argument
3320 save_dict(PicklerObject *self, PyObject *obj) save_dict() argument
3387 save_set(PicklerObject *self, PyObject *obj) save_set() argument
3456 save_frozenset(PicklerObject *self, PyObject *obj) save_frozenset() argument
3602 save_global(PicklerObject *self, PyObject *obj, PyObject *name) save_global() argument
3855 save_singleton_type(PicklerObject *self, PyObject *obj, PyObject *singleton) save_singleton_type() argument
3870 save_type(PicklerObject *self, PyObject *obj) save_type() argument
3885 save_pers(PicklerObject *self, PyObject *obj) save_pers() argument
3942 get_class(PyObject *obj) get_class() argument
3957 save_reduce(PicklerObject *self, PyObject *args, PyObject *obj) save_reduce() argument
4271 save(PicklerObject *self, PyObject *obj, int pers_save) save() argument
4497 dump(PicklerObject *self, PyObject *obj) dump() argument
4581 _pickle_Pickler_dump(PicklerObject *self, PyObject *obj) _pickle_Pickler_dump() argument
4974 Pickler_set_memo(PicklerObject *self, PyObject *obj, void *Py_UNUSED(ignored)) Pickler_set_memo() argument
5440 PyObject *obj; load_string() local
5487 PyObject *obj; load_counted_binstring() local
5616 PyObject *obj = self->stack->data[len - 1]; load_readonly_buffer() local
5837 PyObject *cls, *args, *obj = NULL; load_obj() local
5868 PyObject *obj = NULL; load_inst() local
5931 PyObject *obj; load_newobj() local
6057 PyObject *pid, *obj; load_persid() local
6097 PyObject *pid, *obj; load_binpersid() local
6274 PyObject *obj; /* the object to push */ load_extension() local
6781 PyObject *obj = NULL; load_reduce() local
7477 Unpickler_set_memo(UnpicklerObject *self, PyObject *obj, void *Py_UNUSED(ignored)) Unpickler_set_memo() argument
7676 _pickle_dump_impl(PyObject *module, PyObject *obj, PyObject *file, PyObject *protocol, int fix_imports, PyObject *buffer_callback) _pickle_dump_impl() argument
7741 _pickle_dumps_impl(PyObject *module, PyObject *obj, PyObject *protocol, int fix_imports, PyObject *buffer_callback) _pickle_dumps_impl() argument
[all...]
H A D_ssl.c1574 PyObject *obj; in _decode_certificate() local
4528 x509_object_dup(const X509_OBJECT *obj) x509_object_dup() argument
4596 X509_OBJECT *obj; _ssl__SSLContext_cert_store_stats_impl() local
4662 X509_OBJECT *obj; _ssl__SSLContext_get_ca_certs_impl() local
5329 asn1obj2py(_sslmodulestate *state, ASN1_OBJECT *obj) asn1obj2py() argument
5360 ASN1_OBJECT *obj; _ssl_txt2obj_impl() local
5385 ASN1_OBJECT *obj; _ssl_nid2obj_impl() local
[all...]
H A Dsocketmodule.c1611 PyObject *obj; member
1622 idna_converter(PyObject *obj, struct maybe_idna *data) in idna_converter() argument
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c433 static size_t zlist_append(struct zlist *p, void *obj) in zlist_append() argument
/third_party/python/Python/
H A Dceval.c2456 PyObject *obj = TOP(); local
4489 PyObject *obj local
4922 PyObject *obj = TOP(); global() local
6811 call_trace_protected(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int what, PyObject *arg) global() argument
6858 call_trace(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int what, PyObject *arg) global() argument
6905 maybe_call_line_trace(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int instr_prev) global() argument
7745 format_exc_check_arg(PyThreadState *tstate, PyObject *exc, const char *format_str, PyObject *obj) global() argument
[all...]
/third_party/python/Objects/
H A Dtypeobject.c313 PyObject *obj = PyWeakref_GET_OBJECT(ref); in PyType_Modified() local
1061 PyObject *obj; in type_call() local
1128 PyObject *obj; _PyType_AllocNoTrack() local
1157 PyObject *obj = _PyType_AllocNoTrack(type, nitems); PyType_GenericAlloc() local
1187 PyObject *obj = *(PyObject **)addr; traverse_slots() local
1259 PyObject *obj = *(PyObject **)addr; clear_slots() local
2030 PyObject *obj = PyTuple_GET_ITEM(mro, i); mro_check() local
2312 raise_dict_descr_error(PyObject *obj) raise_dict_descr_error() argument
2320 subtype_dict(PyObject *obj, void *context) subtype_dict() argument
2343 subtype_setdict(PyObject *obj, PyObject *value, void *context) subtype_setdict() argument
2382 subtype_getweakref(PyObject *obj, void *context) subtype_getweakref() argument
2658 PyObject *obj = PyTuple_GET_ITEM(ctx->bases, i); type_new_slots_bases() local
4147 PyObject *obj = PyWeakref_GET_OBJECT(ref); // borrowed ref _PyType_GetSubclasses() local
4568 PyObject *obj = type->tp_alloc(type, 0); object_new() local
4964 object_getstate_default(PyObject *obj, int required) object_getstate_default() argument
5091 object_getstate(PyObject *obj, int required) object_getstate() argument
5114 _PyObject_GetState(PyObject *obj) _PyObject_GetState() argument
5133 _PyObject_GetNewArguments(PyObject *obj, PyObject **args, PyObject **kwargs) _PyObject_GetNewArguments() argument
5227 _PyObject_GetItemsIter(PyObject *obj, PyObject **listitems, PyObject **dictitems) _PyObject_GetItemsIter() argument
5269 reduce_newobj(PyObject *obj) reduce_newobj() argument
6566 PyObject *obj = PyTuple_GET_ITEM(bases, i); add_all_subclasses() local
7051 PyObject *obj; wrap_descr_get() local
7072 PyObject *obj, *value; wrap_descr_set() local
7087 PyObject *obj; wrap_descr_delete() local
7809 slot_tp_descr_get(PyObject *self, PyObject *obj, PyObject *type) slot_tp_descr_get() argument
8673 PyObject *obj = PyWeakref_GET_OBJECT(ref); recurse_down_subclasses() local
8777 PyObject *obj; global() member
8858 PyObject *obj = PyTuple_GET_ITEM(mro, i); super_getattro() local
8895 supercheck(PyTypeObject *type, PyObject *obj) supercheck() argument
8950 super_descr_get(PyObject *self, PyObject *obj, PyObject *type) super_descr_get() argument
9062 PyObject *obj = NULL; super_init() local
9075 super_init_impl(PyObject *self, PyTypeObject *type, PyObject *obj) super_init_impl() argument
9150 PyObject *obj = NULL; super_vectorcall() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dr8152.c1427 union acpi_object *obj; in vendor_mac_passthru_addr_read() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c912 union acpi_object *obj; in hw_init_v3_hw() local
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c271 struct bpf_object *obj; member
559 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, const char *name, size_t sec_idx, const char *sec_name, size_t sec_off, void *insn_data, size_t insn_data_sz) bpf_object__init_prog() argument
609 bpf_object__add_programs(struct bpf_object *obj, Elf_Data *sec_data, const char *sec_name, int sec_idx) bpf_object__add_programs() argument
916 bpf_object__init_kern_struct_ops_maps(struct bpf_object *obj) bpf_object__init_kern_struct_ops_maps() argument
937 bpf_object__init_struct_ops_maps(struct bpf_object *obj) bpf_object__init_struct_ops_maps() argument
1035 struct bpf_object *obj; bpf_object__new() local
1083 bpf_object__elf_finish(struct bpf_object *obj) bpf_object__elf_finish() argument
1110 bpf_object__elf_init(struct bpf_object *obj) bpf_object__elf_init() argument
1183 bpf_object__check_endianness(struct bpf_object *obj) bpf_object__check_endianness() argument
1199 bpf_object__init_license(struct bpf_object *obj, void *data, size_t size) bpf_object__init_license() argument
1207 bpf_object__init_kversion(struct bpf_object *obj, void *data, size_t size) bpf_object__init_kversion() argument
1229 bpf_object__section_size(const struct bpf_object *obj, const char *name, __u32 *size) bpf_object__section_size() argument
1262 bpf_object__variable_offset(const struct bpf_object *obj, const char *name, __u32 *off) bpf_object__variable_offset() argument
1296 bpf_object__add_map(struct bpf_object *obj) bpf_object__add_map() argument
1340 internal_map_name(struct bpf_object *obj, enum libbpf_map_type type) internal_map_name() argument
1361 bpf_object__init_internal_map(struct bpf_object *obj, enum libbpf_map_type type, int sec_idx, void *data, size_t data_sz) bpf_object__init_internal_map() argument
1411 bpf_object__init_global_data_maps(struct bpf_object *obj) bpf_object__init_global_data_maps() argument
1448 find_extern_by_name(const struct bpf_object *obj, const void *name) find_extern_by_name() argument
1594 bpf_object__process_kconfig_line(struct bpf_object *obj, char *buf, void *data) bpf_object__process_kconfig_line() argument
1655 bpf_object__read_kconfig_file(struct bpf_object *obj, void *data) bpf_object__read_kconfig_file() argument
1693 bpf_object__read_kconfig_mem(struct bpf_object *obj, const char *config, void *data) bpf_object__read_kconfig_mem() argument
1720 bpf_object__init_kconfig_map(struct bpf_object *obj) bpf_object__init_kconfig_map() argument
1747 bpf_object__init_user_maps(struct bpf_object *obj, bool strict) bpf_object__init_user_maps() argument
1979 parse_btf_map_def(struct bpf_object *obj, struct bpf_map *map, const struct btf_type *def, bool strict, bool is_inner, const char *pin_root_path) parse_btf_map_def() argument
2215 bpf_object__init_user_btf_map(struct bpf_object *obj, const struct btf_type *sec, int var_idx, int sec_idx, const Elf_Data *data, bool strict, const char *pin_root_path) bpf_object__init_user_btf_map() argument
2282 bpf_object__init_user_btf_maps(struct bpf_object *obj, bool strict, const char *pin_root_path) bpf_object__init_user_btf_maps() argument
2334 bpf_object__init_maps(struct bpf_object *obj, const struct bpf_object_open_opts *opts) bpf_object__init_maps() argument
2355 section_have_execinstr(struct bpf_object *obj, int idx) section_have_execinstr() argument
2365 btf_needs_sanitization(struct bpf_object *obj) btf_needs_sanitization() argument
2374 bpf_object__sanitize_btf(struct bpf_object *obj, struct btf *btf) bpf_object__sanitize_btf() argument
2434 libbpf_needs_btf(const struct bpf_object *obj) libbpf_needs_btf() argument
2441 kernel_needs_btf(const struct bpf_object *obj) kernel_needs_btf() argument
2446 bpf_object__init_btf(struct bpf_object *obj, Elf_Data *btf_data, Elf_Data *btf_ext_data) bpf_object__init_btf() argument
2488 bpf_object__finalize_btf(struct bpf_object *obj) bpf_object__finalize_btf() argument
2519 bpf_object__load_vmlinux_btf(struct bpf_object *obj) bpf_object__load_vmlinux_btf() argument
2562 bpf_object__sanitize_and_load_btf(struct bpf_object *obj) bpf_object__sanitize_and_load_btf() argument
2617 elf_sym_str(const struct bpf_object *obj, size_t off) elf_sym_str() argument
2631 elf_sec_str(const struct bpf_object *obj, size_t off) elf_sec_str() argument
2645 elf_sec_by_idx(const struct bpf_object *obj, size_t idx) elf_sec_by_idx() argument
2658 elf_sec_by_name(const struct bpf_object *obj, const char *name) elf_sec_by_name() argument
2677 elf_sec_hdr(const struct bpf_object *obj, Elf_Scn *scn, GElf_Shdr *hdr) elf_sec_hdr() argument
2691 elf_sec_name(const struct bpf_object *obj, Elf_Scn *scn) elf_sec_name() argument
2712 elf_sec_data(const struct bpf_object *obj, Elf_Scn *scn) elf_sec_data() argument
2730 elf_sym_by_sec_off(const struct bpf_object *obj, size_t sec_idx, size_t off, __u32 sym_type, GElf_Sym *sym) elf_sym_by_sec_off() argument
2802 bpf_object__elf_collect(struct bpf_object *obj) bpf_object__elf_collect() argument
3086 bpf_object__collect_externs(struct bpf_object *obj) bpf_object__collect_externs() argument
3260 bpf_object__find_program_by_title(const struct bpf_object *obj, const char *title) bpf_object__find_program_by_title() argument
3272 prog_is_subprog(const struct bpf_object *obj, const struct bpf_program *prog) prog_is_subprog() argument
3291 bpf_object__find_program_by_name(const struct bpf_object *obj, const char *name) bpf_object__find_program_by_name() argument
3305 bpf_object__shndx_is_data(const struct bpf_object *obj, int shndx) bpf_object__shndx_is_data() argument
3313 bpf_object__shndx_is_maps(const struct bpf_object *obj, int shndx) bpf_object__shndx_is_maps() argument
3321 bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx) bpf_object__section_to_libbpf_map_type() argument
3342 struct bpf_object *obj = prog->obj; bpf_program__record_reloc() local
3476 find_prog_by_sec_insn(const struct bpf_object *obj, size_t sec_idx, size_t insn_idx) find_prog_by_sec_insn() argument
3505 bpf_object__collect_prog_relos(struct bpf_object *obj, GElf_Shdr *shdr, Elf_Data *data) bpf_object__collect_prog_relos() argument
3584 bpf_map_find_btf_info(struct bpf_object *obj, struct bpf_map *map) bpf_map_find_btf_info() argument
3738 bpf_object__probe_loading(struct bpf_object *obj) bpf_object__probe_loading() argument
4141 bpf_object__populate_internal_map(struct bpf_object *obj, struct bpf_map *map) bpf_object__populate_internal_map() argument
4172 bpf_object__create_map(struct bpf_object *obj, struct bpf_map *map) bpf_object__create_map() argument
4289 bpf_object__create_maps(struct bpf_object *obj) bpf_object__create_maps() argument
5894 bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path) bpf_object__relocate_core() argument
6004 bpf_object__relocate_data(struct bpf_object *obj, struct bpf_program *prog) bpf_object__relocate_data() argument
6055 adjust_prog_btf_ext_info(const struct bpf_object *obj, const struct bpf_program *prog, const struct btf_ext_info *ext_info, void **prog_info, __u32 *prog_rec_cnt, __u32 *prog_rec_sz) adjust_prog_btf_ext_info() argument
6125 reloc_prog_func_and_line_info(const struct bpf_object *obj, struct bpf_program *main_prog, const struct bpf_program *prog) reloc_prog_func_and_line_info() argument
6213 bpf_object__reloc_code(struct bpf_object *obj, struct bpf_program *main_prog, struct bpf_program *prog) bpf_object__reloc_code() argument
6400 bpf_object__relocate_calls(struct bpf_object *obj, struct bpf_program *prog) bpf_object__relocate_calls() argument
6428 bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path) bpf_object__relocate() argument
6487 bpf_object__collect_map_relos(struct bpf_object *obj, GElf_Shdr *shdr, Elf_Data *data) bpf_object__collect_map_relos() argument
6615 bpf_object__collect_relos(struct bpf_object *obj) bpf_object__collect_relos() argument
6663 bpf_object__sanitize_prog(struct bpf_object* obj, struct bpf_program *prog) bpf_object__sanitize_prog() argument
6910 bpf_object__load_progs(struct bpf_object *obj, int log_level) bpf_object__load_progs() argument
6947 struct bpf_object *obj; __bpf_object__open() local
7087 bpf_object__unload(struct bpf_object *obj) bpf_object__unload() argument
7106 bpf_object__sanitize_maps(struct bpf_object *obj) bpf_object__sanitize_maps() argument
7124 bpf_object__read_kallsyms_file(struct bpf_object *obj) bpf_object__read_kallsyms_file() argument
7172 bpf_object__resolve_ksyms_btf_id(struct bpf_object *obj) bpf_object__resolve_ksyms_btf_id() argument
7233 bpf_object__resolve_externs(struct bpf_object *obj, const char *extra_kconfig) bpf_object__resolve_externs() argument
7322 struct bpf_object *obj; bpf_object__load_xattr() local
7366 bpf_object__load(struct bpf_object *obj) bpf_object__load() argument
7734 bpf_object__pin_maps(struct bpf_object *obj, const char *path) bpf_object__pin_maps() argument
7787 bpf_object__unpin_maps(struct bpf_object *obj, const char *path) bpf_object__unpin_maps() argument
7822 bpf_object__pin_programs(struct bpf_object *obj, const char *path) bpf_object__pin_programs() argument
7874 bpf_object__unpin_programs(struct bpf_object *obj, const char *path) bpf_object__unpin_programs() argument
7901 bpf_object__pin(struct bpf_object *obj, const char *path) bpf_object__pin() argument
7952 bpf_object__close(struct bpf_object *obj) bpf_object__close() argument
8006 bpf_object__name(const struct bpf_object *obj) bpf_object__name() argument
8011 bpf_object__kversion(const struct bpf_object *obj) bpf_object__kversion() argument
8016 bpf_object__btf(const struct bpf_object *obj) bpf_object__btf() argument
8021 bpf_object__btf_fd(const struct bpf_object *obj) bpf_object__btf_fd() argument
8026 bpf_object__set_priv(struct bpf_object *obj, void *priv, bpf_object_clear_priv_t clear_priv) bpf_object__set_priv() argument
8037 bpf_object__priv(const struct bpf_object *obj) bpf_object__priv() argument
8043 __bpf_program__iter(const struct bpf_program *p, const struct bpf_object *obj, bool forward) __bpf_program__iter() argument
8069 bpf_program__next(struct bpf_program *prev, const struct bpf_object *obj) bpf_program__next() argument
8081 bpf_program__prev(struct bpf_program *next, const struct bpf_object *obj) bpf_program__prev() argument
8538 find_struct_ops_map_by_offset(struct bpf_object *obj, size_t offset) find_struct_ops_map_by_offset() argument
8557 bpf_object__collect_st_ops_relos(struct bpf_object *obj, GElf_Shdr *shdr, Elf_Data *data) bpf_object__collect_st_ops_relos() argument
8982 __bpf_map__iter(const struct bpf_map *m, const struct bpf_object *obj, int i) __bpf_map__iter() argument
9006 bpf_map__next(const struct bpf_map *prev, const struct bpf_object *obj) bpf_map__next() argument
9015 bpf_map__prev(const struct bpf_map *next, const struct bpf_object *obj) bpf_map__prev() argument
9027 bpf_object__find_map_by_name(const struct bpf_object *obj, const char *name) bpf_object__find_map_by_name() argument
9039 bpf_object__find_map_fd_by_name(const struct bpf_object *obj, const char *name) bpf_object__find_map_fd_by_name() argument
9045 bpf_object__find_map_by_offset(struct bpf_object *obj, size_t offset) bpf_object__find_map_by_offset() argument
9073 struct bpf_object *obj; bpf_prog_load_xattr() local
10794 struct bpf_object *obj; bpf_object__open_skeleton() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_drv.h939 struct intel_global_obj obj; member
946 struct intel_global_obj obj; member
1845 i915_gem_object_ggtt_pin(struct drm_i915_gem_object *obj, in i915_gem_object_ggtt_pin() argument
1933 static inline bool i915_gem_object_needs_bit17_swizzle(struct drm_i915_gem_object *obj) in i915_gem_object_needs_bit17_swizzle() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3144 } obj; member
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h415 static inline void bpf_obj_init(const struct btf_record *rec, void *obj) in bpf_obj_init() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3924 struct drm_private_obj *obj; in dm_atomic_get_new_state() local
3937 dm_atomic_duplicate_state(struct drm_private_obj *obj) in dm_atomic_duplicate_state() argument
3960 static void dm_atomic_destroy_state(struct drm_private_obj *obj, in dm_atomic_destroy_state() argument
10410 struct drm_private_obj *obj = state->private_objs[i].ptr; in amdgpu_dm_atomic_check() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c429 } obj; member
7061 btf_type_show(const struct btf *btf, u32 type_id, void *obj, struct btf_show *show) btf_type_show() argument
7079 btf_type_seq_show_flags(const struct btf *btf, u32 type_id, void *obj, struct seq_file *m, u64 flags) btf_type_seq_show_flags() argument
7093 btf_type_seq_show(const struct btf *btf, u32 type_id, void *obj, struct seq_file *m) btf_type_seq_show() argument
7129 btf_type_snprintf_show(const struct btf *btf, u32 type_id, void *obj, char *buf, int len, u64 flags) btf_type_snprintf_show() argument
[all...]
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.h350 struct ethtool_strset_get_rsp obj __attribute__ ((aligned (8))); member
475 struct ethtool_linkinfo_get_rsp obj __attribute__ ((aligned (8))); member
490 struct ethtool_linkinfo_get_rsp obj __attribute__ ((aligned (8))); member
715 struct ethtool_linkmodes_get_rsp obj __attribute__ ((aligned (8))); member
730 struct ethtool_linkmodes_get_rsp obj __attribute__ ((aligned (8))); member
1017 struct ethtool_linkstate_get_rsp obj __attribute__ ((aligned (8))); member
1132 struct ethtool_debug_get_rsp obj __attribute__ ((aligned (8))); member
1147 struct ethtool_debug_get_rsp obj __attribute__ ((aligned (8))); member
1333 struct ethtool_wol_get_rsp obj __attribute__ ((aligned (8))); member
1347 struct ethtool_wol_get_rsp obj __attribute_ member
1549 struct ethtool_features_get_rsp obj __attribute__ ((aligned (8))); global() member
1564 struct ethtool_features_get_rsp obj __attribute__ ((aligned (8))); global() member
1846 struct ethtool_privflags_get_rsp obj __attribute__ ((aligned (8))); global() member
1861 struct ethtool_privflags_get_rsp obj __attribute__ ((aligned (8))); global() member
2075 struct ethtool_rings_get_rsp obj __attribute__ ((aligned (8))); global() member
2090 struct ethtool_rings_get_rsp obj __attribute__ ((aligned (8))); global() member
2398 struct ethtool_channels_get_rsp obj __attribute__ ((aligned (8))); global() member
2413 struct ethtool_channels_get_rsp obj __attribute__ ((aligned (8))); global() member
2700 struct ethtool_coalesce_get_rsp obj __attribute__ ((aligned (8))); global() member
2715 struct ethtool_coalesce_get_rsp obj __attribute__ ((aligned (8))); global() member
3127 struct ethtool_pause_get_rsp obj __attribute__ ((aligned (8))); global() member
3142 struct ethtool_pause_get_rsp obj __attribute__ ((aligned (8))); global() member
3363 struct ethtool_eee_get_rsp obj __attribute__ ((aligned (8))); global() member
3377 struct ethtool_eee_get_rsp obj __attribute__ ((aligned (8))); global() member
3626 struct ethtool_tsinfo_get_rsp obj __attribute__ ((aligned (8))); global() member
3845 struct ethtool_tunnel_info_get_rsp obj __attribute__ ((aligned (8))); global() member
3967 struct ethtool_fec_get_rsp obj __attribute__ ((aligned (8))); global() member
3981 struct ethtool_fec_get_rsp obj __attribute__ ((aligned (8))); global() member
4224 struct ethtool_module_eeprom_get_rsp obj __attribute__ ((aligned (8))); global() member
4343 struct ethtool_phc_vclocks_get_rsp obj __attribute__ ((aligned (8))); global() member
4461 struct ethtool_module_get_rsp obj __attribute__ ((aligned (8))); global() member
4476 struct ethtool_module_get_rsp obj __attribute__ ((aligned (8))); global() member
4657 struct ethtool_pse_get_rsp obj __attribute__ ((aligned (8))); global() member
4852 struct ethtool_rss_get_rsp obj __attribute__ ((aligned (8))); global() member
4982 struct ethtool_plca_get_cfg_rsp obj __attribute__ ((aligned (8))); global() member
4997 struct ethtool_plca_get_cfg_rsp obj __attribute__ ((aligned (8))); global() member
5247 struct ethtool_plca_get_status_rsp obj __attribute__ ((aligned (8))); global() member
5379 struct ethtool_mm_get_rsp obj __attribute__ ((aligned (8))); global() member
5393 struct ethtool_mm_get_rsp obj __attribute__ ((aligned (8))); global() member
5507 struct ethtool_cable_test_ntf_rsp obj __attribute__ ((aligned (8))); global() member
5530 struct ethtool_cable_test_tdr_ntf_rsp obj __attribute__ ((aligned (8))); global() member
[all...]
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c967 union acpi_object *obj; in hw_init_v3_hw() local

Completed in 169 milliseconds

1...<<131132133