| /OK3568_Linux_fs/kernel/lib/livepatch/ |
| H A D | test_klp_state2.c | 23 static void callback_info(const char *callback, struct klp_object *obj) in callback_info() 119 static int pre_patch_callback(struct klp_object *obj) in pre_patch_callback() 126 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() 133 static void pre_unpatch_callback(struct klp_object *obj) in pre_unpatch_callback() 140 static void post_unpatch_callback(struct klp_object *obj) in post_unpatch_callback()
|
| H A D | test_klp_shadow_vars.c | 61 static void *shadow_get(void *obj, unsigned long id) in shadow_get() 72 static void *shadow_alloc(void *obj, unsigned long id, size_t size, in shadow_alloc() 87 static void *shadow_get_or_alloc(void *obj, unsigned long id, size_t size, in shadow_get_or_alloc() 102 static void shadow_free(void *obj, unsigned long id, klp_shadow_dtor_t dtor) in shadow_free() 117 static int shadow_ctor(void *obj, void *shadow_data, void *ctor_data) in shadow_ctor() 136 static void shadow_dtor(void *obj, void *shadow_data) in shadow_dtor()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt_multi.c | 5 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() 34 static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_detach() 57 static int run_getsockopt_test(struct bpf_object *obj, int cg_parent, in run_getsockopt_test() 207 static int run_setsockopt_test(struct bpf_object *obj, int cg_parent, in run_setsockopt_test() 304 struct bpf_object *obj = NULL; in test_sockopt_multi() local
|
| H A D | tailcalls.c | 14 struct bpf_object *obj; in test_tailcall_1() local 152 struct bpf_object *obj; in test_tailcall_2() local 230 struct bpf_object *obj; in test_tailcall_3() local 308 struct bpf_object *obj; in test_tailcall_4() local 396 struct bpf_object *obj; in test_tailcall_5() local 484 struct bpf_object *obj; in test_tailcall_bpf2bpf_1() local 568 struct bpf_object *obj; in test_tailcall_bpf2bpf_2() local 646 struct bpf_object *obj; in test_tailcall_bpf2bpf_3() local 736 struct bpf_object *obj; in test_tailcall_bpf2bpf_4() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_gem.c | 17 static void panfrost_gem_free_object(struct drm_gem_object *obj) in panfrost_gem_free_object() 114 int panfrost_gem_open(struct drm_gem_object *obj, struct drm_file *file_priv) in panfrost_gem_open() 169 void panfrost_gem_close(struct drm_gem_object *obj, struct drm_file *file_priv) in panfrost_gem_close() 188 static int panfrost_gem_pin(struct drm_gem_object *obj) in panfrost_gem_pin() 220 struct panfrost_gem_object *obj; in panfrost_gem_create_object() local 274 struct drm_gem_object *obj; in panfrost_gem_prime_import_sg_table() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_bitmap.c | 27 u32 obj; in _mali_osk_bitmap_alloc() local 48 void _mali_osk_bitmap_free(struct _mali_osk_bitmap *bitmap, u32 obj) in _mali_osk_bitmap_free() 57 u32 obj; in _mali_osk_bitmap_alloc_range() local 105 void _mali_osk_bitmap_free_range(struct _mali_osk_bitmap *bitmap, u32 obj, int cnt) in _mali_osk_bitmap_free_range()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hashtable.h | 126 #define hash_for_each(name, bkt, obj, member) \ argument 138 #define hash_for_each_rcu(name, bkt, obj, member) \ argument 152 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument 165 #define hash_for_each_possible(name, obj, member, key) \ argument 176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument 191 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument 204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_guts.c | 666 void yaffs_set_obj_name(struct yaffs_obj *obj, const YCHAR * name) in yaffs_set_obj_name() 678 void yaffs_set_obj_name_from_oh(struct yaffs_obj *obj, in yaffs_set_obj_name_from_oh() 1248 static void yaffs_remove_obj_from_dir(struct yaffs_obj *obj) in yaffs_remove_obj_from_dir() 1267 void yaffs_add_obj_to_dir(struct yaffs_obj *directory, struct yaffs_obj *obj) in yaffs_add_obj_to_dir() 1307 static int yaffs_change_obj_name(struct yaffs_obj *obj, in yaffs_change_obj_name() 1367 static int yaffs_obj_cache_dirty(struct yaffs_obj *obj) in yaffs_obj_cache_dirty() 1383 static void yaffs_flush_file_cache(struct yaffs_obj *obj) in yaffs_flush_file_cache() 1434 struct yaffs_obj *obj; in yaffs_flush_whole_cache() local 1519 static struct yaffs_cache *yaffs_find_chunk_cache(const struct yaffs_obj *obj, in yaffs_find_chunk_cache() 1596 static void yaffs_unhash_obj(struct yaffs_obj *obj) in yaffs_unhash_obj() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_sound_fsm.c | 76 static int snd_fsm_func_init_st_hdl(void *obj, u16 event, void *param) in snd_fsm_func_init_st_hdl() 113 static int snd_fsm_func_deinit_st_hdl(void *obj, u16 event, void *param) in snd_fsm_func_deinit_st_hdl() 136 static int snd_fsm_func_ready_st_hdl(void *obj, u16 event, void *param) in snd_fsm_func_ready_st_hdl() 221 static int snd_fsm_func_leave_st_hdl(void *obj, u16 event, void *param) in snd_fsm_func_leave_st_hdl() 257 static int snd_fsm_proc_idle_st_hdl(void *obj, u16 event, void *param) in snd_fsm_proc_idle_st_hdl() 315 static int snd_fsm_proc_busy_st_hdl(void *obj, u16 event, void *param) in snd_fsm_proc_busy_st_hdl() 428 static int snd_fsm_proc_down_st_hdl(void *obj, u16 event, void *param) in snd_fsm_proc_down_st_hdl() 525 static int snd_fsm_proc_terminiate_st_hdl(void *obj, u16 event, void *param) in snd_fsm_proc_terminiate_st_hdl() 550 static void snd_dump_obj(void *obj, char *s, int *sz) in snd_dump_obj()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_sound_fsm.c | 76 static int snd_fsm_func_init_st_hdl(void *obj, u16 event, void *param) in snd_fsm_func_init_st_hdl() 113 static int snd_fsm_func_deinit_st_hdl(void *obj, u16 event, void *param) in snd_fsm_func_deinit_st_hdl() 136 static int snd_fsm_func_ready_st_hdl(void *obj, u16 event, void *param) in snd_fsm_func_ready_st_hdl() 221 static int snd_fsm_func_leave_st_hdl(void *obj, u16 event, void *param) in snd_fsm_func_leave_st_hdl() 257 static int snd_fsm_proc_idle_st_hdl(void *obj, u16 event, void *param) in snd_fsm_proc_idle_st_hdl() 315 static int snd_fsm_proc_busy_st_hdl(void *obj, u16 event, void *param) in snd_fsm_proc_busy_st_hdl() 428 static int snd_fsm_proc_down_st_hdl(void *obj, u16 event, void *param) in snd_fsm_proc_down_st_hdl() 525 static int snd_fsm_proc_terminiate_st_hdl(void *obj, u16 event, void *param) in snd_fsm_proc_terminiate_st_hdl() 550 static void snd_dump_obj(void *obj, char *s, int *sz) in snd_dump_obj()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_dmabuf.c | 16 struct drm_i915_gem_object *obj; in igt_dmabuf_export() local 38 struct drm_i915_gem_object *obj; in igt_dmabuf_import_self() local 82 struct drm_i915_gem_object *obj; in igt_dmabuf_import() local 164 struct drm_i915_gem_object *obj; in igt_dmabuf_import_ownership() local 213 struct drm_i915_gem_object *obj; in igt_dmabuf_export_vmap() local
|
| H A D | i915_gem_context.c | 412 static unsigned long real_page_count(struct drm_i915_gem_object *obj) in real_page_count() 417 static unsigned long fake_page_count(struct drm_i915_gem_object *obj) in fake_page_count() 423 struct drm_i915_gem_object *obj, in gpu_fill() 458 static int cpu_fill(struct drm_i915_gem_object *obj, u32 value) in cpu_fill() 488 static noinline int cpu_check(struct drm_i915_gem_object *obj, in cpu_check() 539 static int file_add_object(struct file *file, struct drm_i915_gem_object *obj) in file_add_object() 561 struct drm_i915_gem_object *obj; in create_test_object() local 591 static unsigned long max_dwords(struct drm_i915_gem_object *obj) in max_dwords() 654 struct drm_i915_gem_object *obj = NULL; in igt_ctx_exec() local 802 struct drm_i915_gem_object *obj = NULL; in igt_shared_ctx_exec() local [all …]
|
| H A D | huge_gem_object.c | 11 static void huge_free_pages(struct drm_i915_gem_object *obj, in huge_free_pages() 28 static int huge_get_pages(struct drm_i915_gem_object *obj) in huge_get_pages() 81 static void huge_put_pages(struct drm_i915_gem_object *obj, in huge_put_pages() 103 struct drm_i915_gem_object *obj; in huge_gem_object() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | intel_memory_region.c | 31 struct drm_i915_gem_object *obj, *on; in close_objects() local 64 struct drm_i915_gem_object *obj; in igt_mock_fill() local 105 struct drm_i915_gem_object *obj; in igt_object_create() local 124 static void igt_object_release(struct drm_i915_gem_object *obj) in igt_object_release() 135 struct drm_i915_gem_object *obj; in igt_mock_contiguous() local 268 struct drm_i915_gem_object *obj; in igt_mock_splintered_region() local 349 static int igt_cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) in igt_cpu_check() 380 struct drm_i915_gem_object *obj) in igt_gpu_write() 457 struct drm_i915_gem_object *obj; in igt_lmem_create() local 478 struct drm_i915_gem_object *obj; in igt_lmem_write_gpu() local [all …]
|
| H A D | i915_vma.c | 37 struct drm_i915_gem_object *obj, in assert_vma() 63 checked_vma_instance(struct drm_i915_gem_object *obj, in checked_vma_instance() 110 struct drm_i915_gem_object *obj; in create_vmas() local 152 struct drm_i915_gem_object *obj, *on; in igt_vma_create() local 310 struct drm_i915_gem_object *obj; in igt_vma_pin1() local 369 assert_rotated(struct drm_i915_gem_object *obj, in assert_rotated() 419 assert_remapped(struct drm_i915_gem_object *obj, in assert_remapped() 480 struct drm_i915_gem_object *obj; in igt_vma_rotate_remap() local 621 static bool assert_partial(struct drm_i915_gem_object *obj, in assert_partial() 703 struct drm_i915_gem_object *obj; in igt_vma_partial() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | rdma_core.c | 228 struct ib_uobject *__uobj_get_destroy(const struct uverbs_api_object *obj, in __uobj_get_destroy() 252 int __uobj_perform_destroy(const struct uverbs_api_object *obj, u32 id, in __uobj_perform_destroy() 266 const struct uverbs_api_object *obj) in alloc_uobj() 315 lookup_get_idr_uobject(const struct uverbs_api_object *obj, in lookup_get_idr_uobject() 339 lookup_get_fd_uobject(const struct uverbs_api_object *obj, in lookup_get_fd_uobject() 378 struct ib_uobject *rdma_lookup_get_uobject(const struct uverbs_api_object *obj, in rdma_lookup_get_uobject() 430 alloc_begin_idr_uobject(const struct uverbs_api_object *obj, in alloc_begin_idr_uobject() 459 alloc_begin_fd_uobject(const struct uverbs_api_object *obj, in alloc_begin_fd_uobject() 504 struct ib_uobject *rdma_alloc_begin_uobject(const struct uverbs_api_object *obj, in rdma_alloc_begin_uobject() 846 struct ib_uobject *obj, *next_obj; in __uverbs_cleanup_ufile() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem_cma_helper.c | 349 struct drm_gem_object *obj = NULL; in drm_gem_cma_get_unmapped_area() local 406 const struct drm_gem_object *obj) in drm_gem_cma_print_info() 427 struct sg_table *drm_gem_cma_prime_get_sg_table(struct drm_gem_object *obj) in drm_gem_cma_prime_get_sg_table() 504 int drm_gem_cma_prime_mmap(struct drm_gem_object *obj, in drm_gem_cma_prime_mmap() 533 void *drm_gem_cma_prime_vmap(struct drm_gem_object *obj) in drm_gem_cma_prime_vmap() 552 void drm_gem_cma_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in drm_gem_cma_prime_vunmap() 619 struct drm_gem_object *obj; in drm_gem_cma_prime_import_sg_table_vmap() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_global_state.h | 29 #define intel_for_each_global_obj(obj, dev_priv) \ argument 32 #define for_each_new_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument 40 #define for_each_old_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument 48 #define for_each_oldnew_global_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument 58 struct intel_global_obj *obj; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/ |
| H A D | tst_qgeoareamonitor.cpp | 100 …QGeoAreaMonitorSource *obj = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpoll"), 0… in cleanup() local 129 …QGeoAreaMonitorSource *obj = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpoll"), 0… in tst_monitor() local 313 QGeoAreaMonitorSource* obj = QGeoAreaMonitorSource::createDefaultSource(parent); in tst_createDefaultSource() local 333 …QGeoAreaMonitorSource *obj = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpoll"), 0… in tst_activeMonitors() local 425 …QGeoAreaMonitorSource *obj = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpoll"), 0… in tst_testExpiryTimeout() local 490 …QGeoAreaMonitorSource *obj = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpoll"), 0… in tst_enteredExitedSignal() local 623 …QGeoAreaMonitorSource *obj = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpoll"), 0… in tst_swapOfPositionSource() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-dw-dmatest.c | 59 struct dma_trx_obj *obj; member 86 static int rk_pcie_dma_wait_for_finised(struct dma_trx_obj *obj, struct dma_table *table) in rk_pcie_dma_wait_for_finised() 101 struct dma_trx_obj *obj = dmatest_dev->obj; in rk_pcie_ep_dma_frombus() local 144 struct dma_trx_obj *obj = dmatest_dev->obj; in rk_pcie_ep_dma_tobus() local 195 static int rk_pcie_dma_interrupt_handler_call_back(struct dma_trx_obj *obj, u32 chn, enum dma_dir d… in rk_pcie_dma_interrupt_handler_call_back() 212 struct dma_trx_obj *obj; in pcie_dw_dmatest_register() local 249 struct dma_trx_obj *obj = dmatest_dev->obj; in dma_test() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_tiling.c | 117 i915_tiling_ok(struct drm_i915_gem_object *obj, in i915_tiling_ok() 181 i915_gem_object_fence_prepare(struct drm_i915_gem_object *obj, in i915_gem_object_fence_prepare() 220 i915_gem_object_set_tiling(struct drm_i915_gem_object *obj, in i915_gem_object_set_tiling() 338 struct drm_i915_gem_object *obj; in i915_gem_set_tiling_ioctl() local 421 struct drm_i915_gem_object *obj; in i915_gem_get_tiling_ioctl() local
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H A D | dir_f.c | 175 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj() 201 adfs_obj2dir(struct adfs_direntry *de, struct object_info *obj) in adfs_obj2dir() 215 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get() 243 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext() 256 struct object_info obj; in adfs_f_iterate() local 271 static int adfs_f_update(struct adfs_dir *dir, struct object_info *obj) in adfs_f_update()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_objref.c | 20 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_eval() local 29 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_init() local 52 const struct nft_object *obj = nft_objref_priv(expr); in nft_objref_dump() local 69 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_deactivate() local 80 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_activate() local 109 struct nft_object *obj; in nft_objref_map_eval() local
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | media-request.h | 287 static inline void media_request_object_get(struct media_request_object *obj) in media_request_object_get() 402 static inline void media_request_object_get(struct media_request_object *obj) in media_request_object_get() 406 static inline void media_request_object_put(struct media_request_object *obj) in media_request_object_put() 418 static inline void media_request_object_init(struct media_request_object *obj) in media_request_object_init() 427 struct media_request_object *obj) in media_request_object_bind() 432 static inline void media_request_object_unbind(struct media_request_object *obj) in media_request_object_unbind() 436 static inline void media_request_object_complete(struct media_request_object *obj) in media_request_object_complete()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | switchdev.h | 96 struct switchdev_obj obj; member 107 struct switchdev_obj obj; member 119 struct switchdev_obj obj; member 131 struct switchdev_obj obj; member 145 struct switchdev_obj obj; member 154 struct switchdev_obj obj; member 164 struct switchdev_obj obj; member 177 struct switchdev_obj obj; member 188 struct switchdev_obj obj; member 234 const struct switchdev_obj *obj; member [all …]
|