/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xdp_redirect_multi.c | 92 struct bpf_object *obj; in main() local [all...] |
/kernel/liteos_a/kernel/extended/trace/ |
H A D | trace_offline.c | 86 ObjData *obj = NULL; in OsTraceObjAdd() local 142 ObjData *obj = &g_traceRecoder.ctrl.objBuf[0]; in OsTraceInfoObj() local 231 ObjData *obj = NULL; OsTraceSendInfo() local [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | aio_abi.h | 39 __u64 obj; member
|
/kernel/liteos_m/components/trace/ |
H A D | trace_offline.c | 88 ObjData *obj = NULL; in OsTraceObjAdd() local 144 ObjData *obj = &g_traceRecoder.ctrl.objBuf[0]; in OsTraceInfoObj() local 221 ObjData *obj = NULL; OsTraceSendInfo() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | usercopy.c | 37 static noinline int check_stack_object(const void *obj, unsigned long len) in check_stack_object() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | cpu_rmap.c | 149 int cpu_rmap_add(struct cpu_rmap *rmap, void *obj) in cpu_rmap_add() argument [all...] |
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | Makefile | |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_mrp_switchdev.c | 8 br_mrp_switchdev_port_obj(struct net_bridge *br, const struct switchdev_obj *obj, bool add) br_mrp_switchdev_port_obj() argument [all...] |
/kernel/linux/linux-6.6/tools/bpf/runqslower/ |
H A D | runqslower.c | 116 struct runqslower_bpf *obj; in main() local
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | aio_abi.h | 39 __u64 obj; member
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tracex6_user.c | 179 struct bpf_object *obj; in main() local [all...] |
H A D | test_map_in_map_user.c | 120 struct bpf_object *obj; in main() local [all...] |
H A D | test_overhead_user.c | 29 static struct bpf_object *obj; variable
|
H A D | xdp_adjust_tail_user.c | 91 struct bpf_object *obj; in main() local
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | aio_abi.h | 27 __u64 obj; member
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | fan.c | 103 union acpi_object *obj; in fan_get_state_acpi4() local 241 union acpi_object *obj; in acpi_fan_get_fif() local 310 union acpi_object *obj; acpi_fan_get_fps() local [all...] |
H A D | acpi_apd.c | 73 const union acpi_object *obj; in fch_misc_setup() local
|
H A D | processor_perflib.c | 220 union acpi_object obj = { 0 }; in acpi_processor_get_performance_control() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_bios.c | 249 union acpi_object atrm_arg_elements[2], *obj; in amdgpu_atrm_call() local
|
H A D | amdgpu_dma_buf.c | 53 void *amdgpu_gem_prime_vmap(struct drm_gem_object *obj) in amdgpu_gem_prime_vmap() argument 73 void amdgpu_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in amdgpu_gem_prime_vunmap() argument 91 int amdgpu_gem_prime_mmap(struct drm_gem_object *obj, in amdgpu_gem_prime_mmap() argument 127 __dma_resv_make_exclusive(struct dma_resv *obj) __dma_resv_make_exclusive() argument 179 struct drm_gem_object *obj = dmabuf->priv; amdgpu_dma_buf_attach() local 222 struct drm_gem_object *obj = dmabuf->priv; amdgpu_dma_buf_detach() local 239 struct drm_gem_object *obj = attach->dmabuf->priv; amdgpu_dma_buf_pin() local 267 struct drm_gem_object *obj = attach->dmabuf->priv; amdgpu_dma_buf_unpin() local 290 struct drm_gem_object *obj = dma_buf->priv; amdgpu_dma_buf_map() local 361 struct drm_gem_object *obj = dma_buf->priv; amdgpu_dma_buf_unmap() local 516 struct drm_gem_object *obj = attach->importer_priv; amdgpu_dma_buf_move_notify() local 587 struct drm_gem_object *obj; amdgpu_gem_prime_import() local 629 struct drm_gem_object *obj = &bo->tbo.base; amdgpu_dmabuf_is_xgmi_accessible() local [all...] |
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | dma-resv.c | 100 struct dma_resv obj; in dma_resv_lockdep() local 142 void dma_resv_init(struct dma_resv *obj) in dma_resv_init() argument 156 dma_resv_fini(struct dma_resv *obj) dma_resv_fini() argument 187 dma_resv_reserve_shared(struct dma_resv *obj, unsigned int num_fences) dma_resv_reserve_shared() argument 263 dma_resv_add_shared_fence(struct dma_resv *obj, struct dma_fence *fence) dma_resv_add_shared_fence() argument 308 dma_resv_add_excl_fence(struct dma_resv *obj, struct dma_fence *fence) dma_resv_add_excl_fence() argument 432 dma_resv_get_fences_rcu(struct dma_resv *obj, struct dma_fence **pfence_excl, unsigned *pshared_count, struct dma_fence ***pshared) dma_resv_get_fences_rcu() argument 532 dma_resv_wait_timeout_rcu(struct dma_resv *obj, bool wait_all, bool intr, unsigned long timeout) dma_resv_wait_timeout_rcu() argument 634 dma_resv_test_signaled_rcu(struct dma_resv *obj, bool test_all) dma_resv_test_signaled_rcu() argument [all...] |
H A D | sw_sync.c | 80 struct sync_timeline *obj; in sync_timeline_create() local 101 struct sync_timeline *obj = sync_timeline_free() local 109 sync_timeline_get(struct sync_timeline *obj) sync_timeline_get() argument 114 sync_timeline_put(struct sync_timeline *obj) sync_timeline_put() argument 192 sync_timeline_signal(struct sync_timeline *obj, unsigned int inc) sync_timeline_signal() argument 233 sync_pt_create(struct sync_timeline *obj, unsigned int value) sync_pt_create() argument 295 struct sync_timeline *obj; sw_sync_debugfs_open() local 311 struct sync_timeline *obj = file->private_data; sw_sync_debugfs_release() local 327 sw_sync_ioctl_create_fence(struct sync_timeline *obj, unsigned long arg) sw_sync_ioctl_create_fence() argument 373 sw_sync_ioctl_inc(struct sync_timeline *obj, unsigned long arg) sw_sync_ioctl_inc() argument 393 struct sync_timeline *obj = file->private_data; sw_sync_ioctl() local [all...] |
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_ppi.c | 62 union acpi_object *obj; in tpm_show_ppi_request() local 119 union acpi_object *obj, tmp[2]; tpm_store_ppi_request() local 181 union acpi_object *obj = NULL; tpm_show_ppi_transition_action() local 226 union acpi_object *obj, *ret_obj; tpm_show_ppi_response() local 288 union acpi_object *obj, tmp; show_ppi_operations() local 368 union acpi_object *obj; tpm_add_ppi() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/hisilicon/ |
H A D | clk-hi6220-stub.c | 57 unsigned char obj; member
|
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
H A D | dprc-driver.c | 33 static bool fsl_mc_obj_desc_is_allocatable(struct fsl_mc_obj_desc *obj) in fsl_mc_obj_desc_is_allocatable() argument
|