Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 218) sorted by relevance

123456789

/kernel/linux/linux-5.10/drivers/hid/
Dhid-cougar.c78 struct cougar_shared *shared; member
121 struct cougar_shared *shared; in cougar_get_shared_data() local
135 struct cougar_shared *shared = container_of(kref, in cougar_release_shared_data() local
162 struct cougar_shared *shared; in cougar_bind_shared_data() local
262 struct cougar_shared *shared; in cougar_raw_event() local
/kernel/linux/linux-6.6/drivers/hid/
Dhid-cougar.c78 struct cougar_shared *shared; member
121 struct cougar_shared *shared; in cougar_get_shared_data() local
135 struct cougar_shared *shared = container_of(kref, in cougar_release_shared_data() local
162 struct cougar_shared *shared; in cougar_bind_shared_data() local
261 struct cougar_shared *shared; in cougar_raw_event() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
Dptrace-tm-spr.c11 struct shared { struct
18 struct shared *cptr, *pptr; argument
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
Dptrace-tm-spr.c11 struct shared { struct
18 struct shared *cptr, *pptr; argument
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
Dprocess_test_042.cpp40 int *shared = (int *)shmat(shmid, nullptr, 0); in Child2() local
57 int *shared = (int *)shmat(shmid, nullptr, 0); in Child1() local
83 int *shared = NULL; in GroupProcess() local
/kernel/linux/linux-5.10/drivers/reset/
Dcore.c47 bool shared; member
542 unsigned int index, bool shared, bool acquired) in __reset_control_get_internal()
609 const char *id, int index, bool shared, in __of_reset_control_get()
693 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup()
735 int index, bool shared, bool optional, in __reset_control_get()
787 const char *id, int index, bool shared, in __devm_reset_control_get()
876 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get()
929 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get()
/kernel/linux/linux-6.6/drivers/reset/
Dcore.c48 bool shared; member
750 unsigned int index, bool shared, bool acquired) in __reset_control_get_internal()
818 bool shared, bool optional, bool acquired) in __of_reset_control_get()
901 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup()
943 int index, bool shared, bool optional, in __reset_control_get()
960 bool shared, bool optional, bool acquired) in __reset_control_bulk_get()
1036 bool shared, bool optional, bool acquired) in __devm_reset_control_get()
1072 bool shared, bool optional, bool acquired) in __devm_reset_control_bulk_get()
1174 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get()
1227 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
Dtdp_mmu.c23 bool shared) in kvm_lockdep_assert_mmu_lock_held()
77 bool shared) in kvm_tdp_mmu_put_root()
109 bool shared, bool only_valid) in tdp_mmu_next_root()
284 bool shared) in tdp_mmu_unlink_sp()
320 static void handle_removed_pt(struct kvm *kvm, tdp_ptep_t pt, bool shared) in handle_removed_pt()
421 bool shared) in handle_changed_spte()
661 bool flush, bool shared) in tdp_mmu_iter_cond_resched()
702 bool shared, int zap_level) in __tdp_mmu_zap_root()
728 bool shared) in tdp_mmu_zap_root()
1016 struct kvm_mmu_page *sp, bool shared) in tdp_mmu_link_sp()
[all …]
/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_ipc_container_004.cpp41 struct shared_use_st *shared = NULL; in childFunc1() local
95 struct shared_use_st *shared = (struct shared_use_st *)shm; in childFunc() local
170 struct shared_use_st *shared = (struct shared_use_st *)shm; in ItIpcContainer004() local
DIt_ipc_container_005.cpp40 struct shared_use_st *shared = NULL; in childFunc() local
93 struct shared_use_st *shared = NULL; in testChild() local
DIt_ipc_container_006.cpp41 struct shared_use_st *shared = NULL; in childFunc1() local
75 struct shared_use_st *shared = NULL; in childFunc() local
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
Dvpu_rpc.c56 static int vpu_rpc_send_cmd_buf(struct vpu_shared_addr *shared, struct vpu_rpc_event *cmd) in vpu_rpc_send_cmd_buf()
100 static bool vpu_rpc_check_msg(struct vpu_shared_addr *shared) in vpu_rpc_check_msg()
121 static int vpu_rpc_receive_msg_buf(struct vpu_shared_addr *shared, struct vpu_rpc_event *msg) in vpu_rpc_receive_msg_buf()
Dvpu_malone.c345 void vpu_malone_init_rpc(struct vpu_shared_addr *shared, in vpu_malone_init_rpc()
444 void vpu_malone_set_log_buf(struct vpu_shared_addr *shared, in vpu_malone_set_log_buf()
460 void vpu_malone_set_system_cfg(struct vpu_shared_addr *shared, in vpu_malone_set_system_cfg()
477 u32 vpu_malone_get_version(struct vpu_shared_addr *shared) in vpu_malone_get_version()
487 int vpu_malone_get_stream_buffer_size(struct vpu_shared_addr *shared) in vpu_malone_get_stream_buffer_size()
492 int vpu_malone_config_stream_buffer(struct vpu_shared_addr *shared, in vpu_malone_config_stream_buffer()
511 int vpu_malone_get_stream_buffer_desc(struct vpu_shared_addr *shared, in vpu_malone_get_stream_buffer_desc()
542 int vpu_malone_update_stream_buffer(struct vpu_shared_addr *shared, in vpu_malone_update_stream_buffer()
613 static void vpu_malone_set_stream_cfg(struct vpu_shared_addr *shared, in vpu_malone_set_stream_cfg()
639 static int vpu_malone_set_params(struct vpu_shared_addr *shared, in vpu_malone_set_params()
[all …]
Dvpu_windsor.c509 static struct vpu_enc_yuv_desc *get_yuv_desc(struct vpu_shared_addr *shared, in get_yuv_desc()
517 static struct vpu_enc_mem_pool *get_mem_pool(struct vpu_shared_addr *shared, in get_mem_pool()
525 static struct vpu_rpc_buffer_desc *get_stream_buf_desc(struct vpu_shared_addr *shared, in get_stream_buf_desc()
533 static struct vpu_enc_expert_mode_param *get_expert_param(struct vpu_shared_addr *shared, in get_expert_param()
541 static struct vpu_enc_param *get_enc_param(struct vpu_shared_addr *shared, u32 instance) in get_enc_param()
553 void vpu_windsor_init_rpc(struct vpu_shared_addr *shared, in vpu_windsor_init_rpc()
634 void vpu_windsor_set_log_buf(struct vpu_shared_addr *shared, struct vpu_buffer *log) in vpu_windsor_set_log_buf()
644 void vpu_windsor_set_system_cfg(struct vpu_shared_addr *shared, in vpu_windsor_set_system_cfg()
653 int vpu_windsor_get_stream_buffer_size(struct vpu_shared_addr *shared) in vpu_windsor_get_stream_buffer_size()
773 static int vpu_windsor_fill_yuv_frame(struct vpu_shared_addr *shared, in vpu_windsor_fill_yuv_frame()
[all …]
/kernel/linux/linux-6.6/arch/x86/xen/
Dgrant-table.c35 void *shared = *__shared; in arch_gnttab_map_shared() local
57 grant_status_t *shared = *__shared; in arch_gnttab_map_status() local
75 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap()
/kernel/linux/linux-5.10/arch/x86/xen/
Dgrant-table.c35 void *shared = *__shared; in arch_gnttab_map_shared() local
57 grant_status_t *shared = *__shared; in arch_gnttab_map_status() local
75 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
Dsyscall_numbering.c70 struct shared { struct
76 static volatile struct shared *sh; argument
/kernel/linux/linux-5.10/include/linux/
Dreset.h84 const char *id, int index, bool shared, in __of_reset_control_get()
92 int index, bool shared, bool optional, in __reset_control_get()
100 int index, bool shared, bool optional, in __devm_reset_control_get()
107 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get()
113 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get()
/kernel/linux/linux-6.6/include/linux/
Dreset.h119 const char *id, int index, bool shared, in __of_reset_control_get()
127 int index, bool shared, bool optional, in __reset_control_get()
165 bool shared, bool optional, bool acquired) in __reset_control_bulk_get()
177 int index, bool shared, bool optional, in __devm_reset_control_get()
186 bool shared, bool optional, bool acquired) in __devm_reset_control_bulk_get()
192 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get()
198 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get()
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
Dshm_test_001.cpp45 struct shared_use_st *shared = nullptr; in ShmReadFunc() local
85 struct shared_use_st *shared = nullptr; in ShmWriteFunc() local
/kernel/linux/linux-5.10/drivers/net/ipa/
Dipa_uc.c127 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_event_handler() local
140 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_response_hdlr() local
193 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in send_uc_command() local
/kernel/linux/linux-5.10/drivers/thermal/tegra/
Dsoctherm-fuse.c74 struct tsensor_shared_calib *shared) in tegra_calc_shared_calib()
108 const struct tsensor_shared_calib *shared, in tegra_calc_tsensor_calib()
/kernel/linux/linux-6.6/drivers/thermal/tegra/
Dsoctherm-fuse.c74 struct tsensor_shared_calib *shared) in tegra_calc_shared_calib()
108 const struct tsensor_shared_calib *shared, in tegra_calc_tsensor_calib()
/kernel/linux/linux-6.6/drivers/net/ipa/
Dipa_uc.c129 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_event_handler() local
143 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_response_hdlr() local
233 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in send_uc_command() local
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_reflink.c171 bool *shared) in xfs_reflink_trim_around_shared()
231 bool *shared) in xfs_bmap_trim_cow()
313 bool *shared, in xfs_find_trim_cow_extent()
384 bool *shared, in xfs_reflink_fill_cow_hole()
445 bool *shared, in xfs_reflink_fill_delalloc()
509 bool *shared, in xfs_reflink_allocate_cow()

123456789