| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | gang.c | 17 struct spu_gang *gang; in alloc_spu_gang() local 19 gang = kzalloc(sizeof *gang, GFP_KERNEL); in alloc_spu_gang() 20 if (!gang) in alloc_spu_gang() 23 kref_init(&gang->kref); in alloc_spu_gang() 24 mutex_init(&gang->mutex); in alloc_spu_gang() 25 mutex_init(&gang->aff_mutex); in alloc_spu_gang() 26 INIT_LIST_HEAD(&gang->list); in alloc_spu_gang() 27 INIT_LIST_HEAD(&gang->aff_list_head); in alloc_spu_gang() 30 return gang; in alloc_spu_gang() 35 struct spu_gang *gang; in destroy_spu_gang() local [all …]
|
| H A D | sched.c | 258 static void aff_merge_remaining_ctxs(struct spu_gang *gang) in aff_merge_remaining_ctxs() argument 262 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs() 264 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs() 266 gang->aff_flags |= AFF_MERGED; in aff_merge_remaining_ctxs() 269 static void aff_set_offsets(struct spu_gang *gang) in aff_set_offsets() argument 275 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_offsets() 277 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets() 283 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) { in aff_set_offsets() 284 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets() 289 gang->aff_flags |= AFF_OFFSETS_SET; in aff_set_offsets() [all …]
|
| H A D | inode.c | 300 spufs_assert_affinity(unsigned int flags, struct spu_gang *gang, in spufs_assert_affinity() argument 317 gang->aff_ref_ctx && in spufs_assert_affinity() 318 gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM) in spufs_assert_affinity() 321 if (gang->aff_flags & AFF_MERGED) in spufs_assert_affinity() 333 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 340 if (gang != neighbor->gang) { in spufs_assert_affinity() 346 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity() 375 ctx->gang->aff_ref_ctx = ctx; in spufs_set_affinity() 380 &ctx->gang->aff_list_head); in spufs_set_affinity() 384 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity() [all …]
|
| H A D | context.c | 25 struct spu_context *alloc_spu_context(struct spu_gang *gang) in alloc_spu_context() argument 52 if (gang) in alloc_spu_context() 53 spu_gang_add_ctx(gang, ctx); in alloc_spu_context() 78 if (ctx->gang) in destroy_spu_context() 79 spu_gang_remove_ctx(ctx->gang, ctx); in destroy_spu_context()
|
| H A D | spufs.h | 100 struct spu_gang *gang; member 245 struct spu_gang *get_spu_gang(struct spu_gang *gang); 246 int put_spu_gang(struct spu_gang *gang); 247 void spu_gang_remove_ctx(struct spu_gang *gang, struct spu_context *ctx); 248 void spu_gang_add_ctx(struct spu_gang *gang, struct spu_context *ctx); 269 struct spu_context * alloc_spu_context(struct spu_gang *gang);
|
| H A D | Makefile | 5 spufs-y += sched.o backing_ops.o hw_ops.o run.o gang.o
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | disk-io.c | 2070 struct btrfs_root *gang[8]; in btrfs_free_fs_roots() local 2074 gang[0] = list_entry(fs_info->dead_roots.next, in btrfs_free_fs_roots() 2076 list_del(&gang[0]->root_list); in btrfs_free_fs_roots() 2078 if (test_bit(BTRFS_ROOT_IN_RADIX, &gang[0]->state)) in btrfs_free_fs_roots() 2079 btrfs_drop_and_free_fs_root(fs_info, gang[0]); in btrfs_free_fs_roots() 2080 btrfs_put_root(gang[0]); in btrfs_free_fs_roots() 2085 (void **)gang, 0, in btrfs_free_fs_roots() 2086 ARRAY_SIZE(gang)); in btrfs_free_fs_roots() 2090 btrfs_drop_and_free_fs_root(fs_info, gang[i]); in btrfs_free_fs_roots() 4006 struct btrfs_root *gang[8]; in btrfs_cleanup_fs_roots() local [all …]
|
| H A D | transaction.c | 1320 struct btrfs_root *gang[8]; in commit_fs_roots() local 1327 (void **)gang, 0, in commit_fs_roots() 1328 ARRAY_SIZE(gang), in commit_fs_roots() 1333 struct btrfs_root *root = gang[i]; in commit_fs_roots()
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | qcom_l3_pmu.c | 198 u32 gang; in qcom_l3_cache__64bit_counter_start() local 201 gang = readl_relaxed(l3pmu->regs + L3_M_BC_GANG); in qcom_l3_cache__64bit_counter_start() 202 gang |= GANG_EN(idx + 1); in qcom_l3_cache__64bit_counter_start() 203 writel_relaxed(gang, l3pmu->regs + L3_M_BC_GANG); in qcom_l3_cache__64bit_counter_start() 229 u32 gang = readl_relaxed(l3pmu->regs + L3_M_BC_GANG); in qcom_l3_cache__64bit_counter_stop() local 236 writel_relaxed(gang & ~GANG_EN(idx + 1), l3pmu->regs + L3_M_BC_GANG); in qcom_l3_cache__64bit_counter_stop()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/da.lproj/ |
| H A D | Localizable.strings | 38 …l du tilsidesætte det eksisterende arkiv og bruge X11-standardmiljøet, næste gang du starter X11?";
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/no.lproj/ |
| H A D | Localizable.strings | 38 …u legge den eksisterende siden til side og bruke et standard X11-miljø neste gang du starter X11?";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | qcom,spmi-regulator.txt | 290 Description: SAW controlled gang slave. Will not be configured. 295 Description: SAW controlled gang leader. Will be configured as
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/data/ |
| H A D | rawdict_utf16_65105_freq.txt | 5691 疘 0.656974352383 1 gang 5692 堈 1.24815372513 1 gang 5693 犅 1.71504255287 1 gang 5694 堽 2.52061604877 1 gang 5695 筻 2.53005700699 0 gang 5696 棡 3.7650793724 1 gang 5697 釭 5.31725428465 1 gang 5698 槓 5.71580253909 1 gang 5699 綱 6.38622630335 1 gang 5700 扛 8.74233646968 0 gang [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tegra/ |
| H A D | nvidia,tegra20-host1x.txt | 262 - nvidia,ganged-mode: contains a phandle to a second DSI controller to gang
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 577 a shared power well causing power to remain until all ports in the gang
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 2505 ':'-separated sizes, in order 'gang', 'worker' and, 'vector'. A 43625 Returns the openacc gang, worker or vector id depending on whether 43629 Returns the openacc gang, worker or vector size depending on
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 2505 ':'-separated sizes, in order 'gang', 'worker' and, 'vector'. A 43625 Returns the openacc gang, worker or vector id depending on whether 43629 Returns the openacc gang, worker or vector size depending on
|