Home
last modified time | relevance | path

Searched refs:sds (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-pxa-pci.c106 struct ce4100_devices *sds; in ce4100_i2c_probe() local
116 sds = kzalloc(sizeof(*sds), GFP_KERNEL); in ce4100_i2c_probe()
117 if (!sds) { in ce4100_i2c_probe()
122 for (i = 0; i < ARRAY_SIZE(sds->pdev); i++) { in ce4100_i2c_probe()
123 sds->pdev[i] = add_i2c_device(dev, i); in ce4100_i2c_probe()
124 if (IS_ERR(sds->pdev[i])) { in ce4100_i2c_probe()
125 ret = PTR_ERR(sds->pdev[i]); in ce4100_i2c_probe()
127 platform_device_unregister(sds->pdev[i]); in ce4100_i2c_probe()
131 pci_set_drvdata(dev, sds); in ce4100_i2c_probe()
135 kfree(sds); in ce4100_i2c_probe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Drange_to_geometry_rtree.hpp70 namespace sds = strategy::distance::services; in apply()
82 typename sds::return_type in apply()
84 typename sds::comparable_type<Strategy>::type, in apply()
98 sds::get_comparable in apply()
H A Dpoint_to_geometry.hpp112 namespace sds = strategy::distance::services; in apply()
114 typename sds::return_type in apply()
129 sds::get_comparable in apply()
280 namespace sds = strategy::distance::services; in apply()
282 typename sds::return_type in apply()
284 typename sds::comparable_type<Strategy>::type, in apply()
293 sds::get_comparable in apply()
H A Dgeometry_to_segment_or_box.hpp338 namespace sds = strategy::distance::services; in apply()
340 typename sds::return_type in apply()
342 typename sds::comparable_type<Strategy>::type, in apply()
351 sds::get_comparable in apply()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c634 struct sched_domain_shared *sds = NULL; in update_top_cache_domain() local
643 sds = sd->shared; in update_top_cache_domain()
649 rcu_assign_pointer(per_cpu(sd_llc_shared, cpu), sds); in update_top_cache_domain()
1270 if (atomic_read(&(*per_cpu_ptr(sdd->sds, cpu))->ref)) in claim_allocations()
1271 *per_cpu_ptr(sdd->sds, cpu) = NULL; in claim_allocations()
1412 sd->shared = *per_cpu_ptr(sdd->sds, sd_id); in sd_init()
1749 sdd->sds = alloc_percpu(struct sched_domain_shared *); in __sdt_alloc()
1750 if (!sdd->sds) in __sdt_alloc()
1763 struct sched_domain_shared *sds; in __sdt_alloc() local
1774 sds = kzalloc_node(sizeof(struct sched_domain_shared), in __sdt_alloc()
[all …]
H A Dfair.c6081 struct sched_domain_shared *sds; in set_idle_cores() local
6083 sds = rcu_dereference(per_cpu(sd_llc_shared, cpu)); in set_idle_cores()
6084 if (sds) in set_idle_cores()
6085 WRITE_ONCE(sds->has_idle_cores, val); in set_idle_cores()
6090 struct sched_domain_shared *sds; in test_idle_cores() local
6092 sds = rcu_dereference(per_cpu(sd_llc_shared, cpu)); in test_idle_cores()
6093 if (sds) in test_idle_cores()
6094 return READ_ONCE(sds->has_idle_cores); in test_idle_cores()
8331 static inline void init_sd_lb_stats(struct sd_lb_stats *sds) in init_sd_lb_stats() argument
8340 *sds = (struct sd_lb_stats){ in init_sd_lb_stats()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c1071 struct qlcnic_host_sds_ring *sds; in qlcnic_83xx_add_rings() local
1094 sds = &recv_ctx->sds_rings[i]; in qlcnic_83xx_add_rings()
1095 sds->consumer = 0; in qlcnic_83xx_add_rings()
1096 memset(sds->desc_head, 0, STATUS_DESC_RINGSIZE(sds)); in qlcnic_83xx_add_rings()
1097 sds_mbx.phy_addr_low = LSD(sds->phys_addr); in qlcnic_83xx_add_rings()
1098 sds_mbx.phy_addr_high = MSD(sds->phys_addr); in qlcnic_83xx_add_rings()
1099 sds_mbx.sds_ring_size = sds->num_desc; in qlcnic_83xx_add_rings()
1128 sds = &recv_ctx->sds_rings[i]; in qlcnic_83xx_add_rings()
1129 sds->crb_sts_consumer = ahw->pci_base0 + in qlcnic_83xx_add_rings()
1136 sds->crb_intr_mask = ahw->pci_base0 + intr_mask; in qlcnic_83xx_add_rings()
[all …]
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c911 struct perf_sample_data sds[3]; member
919 struct bpf_trace_sample_data *sds = this_cpu_ptr(&bpf_trace_sds); in BPF_CALL_5() local
930 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(sds->sds))) { in BPF_CALL_5()
935 sd = &sds->sds[nest_level - 1]; in BPF_CALL_5()
992 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(bpf_misc_sds.sds))) { in bpf_event_output()
996 sd = this_cpu_ptr(&bpf_misc_sds.sds[nest_level - 1]); in bpf_event_output()
/OK3568_Linux_fs/buildroot/package/python-hiredis/
H A D0001-setup.py-fix-build-with-gcc-4.8.patch36 ["vendor/hiredis/%s.c" % src for src in ("alloc", "read", "sds")]),
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dtopology.h189 struct sched_domain_shared *__percpu *sds; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch24 Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DChangeLog822 (Octave 2.0/2.1), .pvf, .sds, .sd2 and .xi file formats via libsndfile.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddevices.txt1131 32 = /dev/sds 19th SCSI disk whole disk
/OK3568_Linux_fs/kernel/
H A DCREDITS3514 E: sds@tycho.nsa.gov