Home
last modified time | relevance | path

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

12345

/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-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/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()
606 const char *id, int index, bool shared, in __of_reset_control_get()
690 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup()
732 int index, bool shared, bool optional, in __reset_control_get()
784 const char *id, int index, bool shared, in __devm_reset_control_get()
873 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get()
926 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get()
/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-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-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/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
Dshm_test_008.cpp39 void *shared = NULL; in Testcase() local
Dshm_test_006.cpp38 void *shared = NULL; in Testcase() local
Dshm_test_007.cpp38 char *shared = NULL; in Testcase() 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-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/gpu/drm/i915/gem/
Di915_gem_wait.c42 struct dma_fence **shared; in i915_gem_object_wait_reservation() local
139 struct dma_fence **shared; in i915_gem_object_wait_priority() local
/kernel/liteos_m/kal/posix/src/
Dpthread_cond.c52 int pthread_condattr_getpshared(const pthread_condattr_t *attr, int *shared) in pthread_condattr_getpshared()
63 int pthread_condattr_setpshared(pthread_condattr_t *attr, int shared) in pthread_condattr_setpshared()
/kernel/liteos_a/compat/posix/src/
Dpthread_cond.c54 int pthread_condattr_getpshared(const pthread_condattr_t *attr, int *shared) in pthread_condattr_getpshared()
65 int pthread_condattr_setpshared(pthread_condattr_t *attr, int shared) in pthread_condattr_setpshared()
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
Dviafbdev.c669 struct viafb_shared *shared = viapar->shared; in viafb_fillrect() local
703 struct viafb_shared *shared = viapar->shared; in viafb_copyarea() local
726 struct viafb_shared *shared = viapar->shared; in viafb_imageblit() local
1568 static void viafb_init_proc(struct viafb_shared *shared) in viafb_init_proc()
1598 static void viafb_remove_proc(struct viafb_shared *shared) in viafb_remove_proc()
1695 static void i2c_bus_probe(struct viafb_shared *shared) in i2c_bus_probe()
1714 static void i2c_bus_free(struct viafb_shared *shared) in i2c_bus_free()
/kernel/linux/linux-5.10/drivers/md/
Ddm-stats.c185 static int dm_stat_in_flight(struct dm_stat_shared *shared) in dm_stat_in_flight()
210 struct dm_stat_shared *shared; in dm_stats_cleanup() local
488 static void dm_stat_round(struct dm_stat *s, struct dm_stat_shared *shared, in dm_stat_round()
524 struct dm_stat_shared *shared = &s->stat_shared[entry]; in dm_stat_for_entry() local
674 static void __dm_stat_init_temporary_percpu_totals(struct dm_stat_shared *shared, in __dm_stat_init_temporary_percpu_totals()
727 struct dm_stat_shared *shared; in __dm_stat_clear() local
814 struct dm_stat_shared *shared; in dm_stats_print() local
Ddm-thin-metadata.h137 bool shared:1; member
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/smoke/
Dshm_test_011.cpp37 int *shared = NULL; in Testcase() local
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
DIt_process_plimits_ipc_009.cpp51 void *shared = nullptr; in ItProcessPlimitsIpc009() local
/kernel/linux/linux-5.10/arch/arm/xen/
Dgrant-table.c43 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_reflink.c172 bool *shared) in xfs_reflink_trim_around_shared()
228 bool *shared) in xfs_bmap_trim_cow()
310 bool *shared, in xfs_find_trim_cow_extent()
349 bool *shared, in xfs_reflink_allocate_cow()

12345