Home
last modified time | relevance | path

Searched full:park (Results 1 – 25 of 1965) sorted by relevance

12345678910>>...79

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_globals.c28 } park; variable
46 schedule_delayed_work(&park.work, round_jiffies_up_relative(2 * HZ)); in __i915_globals_grace()
51 park.epoch = atomic_inc_return(&epoch); in __i915_globals_queue_rcu()
53 init_rcu_head(&park.rcu); in __i915_globals_queue_rcu()
54 call_rcu(&park.rcu, __i915_globals_grace); in __i915_globals_queue_rcu()
60 destroy_rcu_head(&park.rcu); in __i915_globals_park()
63 if (park.epoch != atomic_read(&epoch)) { in __i915_globals_park()
68 clear_bit(PENDING, &park.flags); in __i915_globals_park()
113 INIT_DELAYED_WORK(&park.work, __i915_globals_park); in i915_globals_init()
132 if (!test_and_set_bit(PENDING, &park.flags)) in i915_globals_park()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dplace_data.json23 "name": "Park",
30 "name": "Park View Hotel",
43 "title": "Park View Review 1",
44 "text": "Park View Review 1 Text",
51 "title": "Park View Review 2",
52 "text": "Park View Review 2 Text",
59 "title": "Park View Review 3",
60 "text": "Park View Review 3 Text",
69 "title": "Park View Review 5",
70 "text": "Park View Review 5 Text",
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_reviewmodel.qml95 "title": "Park View Review 1",
96 "text": "Park View Review 1 Text",
103 "title": "Park View Review 2",
104 "text": "Park View Review 2 Text",
111 "title": "Park View Review 3",
112 "text": "Park View Review 3 Text",
127 "title": "Park View Review 5",
128 "text": "Park View Review 5 Text",
/OK3568_Linux_fs/kernel/include/linux/dma/
H A Dxilinx_dma.h20 * @park: Whether wants to park
21 * @park_frm: Frame to park on
33 int park; member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-ufs1285 Contact: Daejun Park <daejun7.park@samsung.com>
1295 Contact: Daejun Park <daejun7.park@samsung.com>
1304 Contact: Daejun Park <daejun7.park@samsung.com>
1313 Contact: Daejun Park <daejun7.park@samsung.com>
1323 Contact: Daejun Park <daejun7.park@samsung.com>
1334 Contact: Daejun Park <daejun7.park@samsung.com>
1342 Contact: Daejun Park <daejun7.park@samsung.com>
1350 Contact: Daejun Park <daejun7.park@samsung.com>
1357 Contact: Daejun Park <daejun7.park@samsung.com>
1365 Contact: Daejun Park <daejun7.park@samsung.com>
[all …]
H A Dsysfs-driver-xen-blkback32 Contact: SeongJae Park <sjpark@amazon.de>
42 Contact: SeongJae Park <sjpark@amazon.de>
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmRandom.c4 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
30 * This file contains a simple, straightforward implementation of the Park
62 * [PM88] Stephen K. Park and Keith W. Miller. "Random Number Generators:
68 * [PMS93] Stephen K. Park, Keith W. Miller, and Paul K. Stockmeyer. In
91 /* Park & Miller, October 1988 */ in drmRandomCreate()
96 /* Park, Miller, and Stockmeyer, July 1993 */ in drmRandomCreate()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst26 the internal hard drive and park its heads on the ramp when critical
46 no further disk head park request has been issued in the meantime,
51 value between 0 and 30000 by issuing a subsequent head park request
57 timeout specified for a recent head park request has not yet expired,
62 For example, do the following in order to park the heads of drive
82 confusion and should be discussed here. When a head park request has
98 fine from the occasional buffer under-run incurred by a head park
/OK3568_Linux_fs/kernel/include/linux/
H A Dsmpboot.h24 * @park: Optional park function, called when the thread is
28 * @selfparking: Thread is not parked by the park function.
39 void (*park)(unsigned int cpu); member
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Dgeneric.c4 * Kyungmin Park <kyungmin.park@samsung.com>
115 MODULE_AUTHOR("Kyungmin Park <kyungmin.park@samsung.com>");
H A Dsamsung.h4 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dmapbox.qrc8 <file alias="amusement-park">maki-4.0.0/amusement-park.svg</file>
46 <file alias="dog-park">maki-4.0.0/dog-park.svg</file>
91 <file alias="park-alt1">maki-4.0.0/park-alt1.svg</file>
94 <file alias="park.svg">maki-4.0.0/park.svg</file>
/OK3568_Linux_fs/kernel/kernel/
H A Dsmpboot.c100 * Checks for thread stop and park conditions. Calls the necessary
101 * setup, cleanup, park and unpark functions for the registered
127 if (ht->park && td->status == HP_THREAD_ACTIVE) { in smpboot_thread_fn()
129 ht->park(td->cpu); in smpboot_thread_fn()
192 * Park the thread so that it could start right on the CPU in __smpboot_create_thread()
201 * into park position, before calling the create in __smpboot_create_thread()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dleds-omap.h4 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/u-boot/drivers/mtd/onenand/
H A DMakefile3 # Kyungmin Park <kyungmin.park@samsung.com>
H A Donenand_uboot.c5 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/kernel/arch/arm/common/
H A Dfirmware.c4 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dpower.h3 * Kyungmin Park <kyungmin.park@samsung.com>
H A Dpwm.h3 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/u-boot/board/samsung/universal_c210/
H A Donenand.c3 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/u-boot/board/samsung/goni/
H A Donenand.c3 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Donenand-core-s3c64xx.h4 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpwm.h3 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/u-boot/include/
H A Donenand_uboot.h7 * Kyungmin Park <kyungmin.park@samsung.com>
/OK3568_Linux_fs/u-boot/board/samsung/smdkc100/
H A Dsmdkc100.c4 * Kyungmin Park <kyungmin.park@samsung.com>

12345678910>>...79