/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tm-spr.c | 11 struct shared { struct 18 struct shared *cptr, *pptr; argument
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-cougar.c | 78 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/ |
D | process_test_042.cpp | 40 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/ |
D | core.c | 47 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/ |
D | It_ipc_container_004.cpp | 41 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
|
D | It_ipc_container_005.cpp | 40 struct shared_use_st *shared = NULL; in childFunc() local 93 struct shared_use_st *shared = NULL; in testChild() local
|
D | It_ipc_container_006.cpp | 41 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/ |
D | grant-table.c | 35 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/ |
D | reset.h | 84 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/ |
D | shm_test_001.cpp | 45 struct shared_use_st *shared = nullptr; in ShmReadFunc() local 85 struct shared_use_st *shared = nullptr; in ShmWriteFunc() local
|
D | shm_test_008.cpp | 39 void *shared = NULL; in Testcase() local
|
D | shm_test_006.cpp | 38 void *shared = NULL; in Testcase() local
|
D | shm_test_007.cpp | 38 char *shared = NULL; in Testcase() local
|
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
D | soctherm-fuse.c | 74 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/ |
D | ipa_uc.c | 127 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/ |
D | i915_gem_wait.c | 42 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/ |
D | pthread_cond.c | 52 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/ |
D | pthread_cond.c | 54 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/ |
D | viafbdev.c | 669 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/ |
D | dm-stats.c | 185 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
|
D | dm-thin-metadata.h | 137 bool shared:1; member
|
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/smoke/ |
D | shm_test_011.cpp | 37 int *shared = NULL; in Testcase() local
|
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
D | It_process_plimits_ipc_009.cpp | 51 void *shared = nullptr; in ItProcessPlimitsIpc009() local
|
/kernel/linux/linux-5.10/arch/arm/xen/ |
D | grant-table.c | 43 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_reflink.c | 172 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()
|