/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_flip_work.c | 31 * drm_flip_work_allocate_task - allocate a flip-work task 51 * @work: the flip-work 55 * func) on a work queue after drm_flip_work_commit() is called. 57 void drm_flip_work_queue_task(struct drm_flip_work *work, in drm_flip_work_queue_task() argument 62 spin_lock_irqsave(&work->lock, flags); in drm_flip_work_queue_task() 63 list_add_tail(&task->node, &work->queued); in drm_flip_work_queue_task() 64 spin_unlock_irqrestore(&work->lock, flags); in drm_flip_work_queue_task() 69 * drm_flip_work_queue - queue work 70 * @work: the flip-work 73 * Queues work, that will later be run (passed back to drm_flip_func_t [all …]
|
H A D | drm_vblank_work.c | 40 * generic delayed work implementation which delays work execution until a 41 * particular vblank has passed, and then executes the work at realtime 45 * re-arming work items can be easily implemented. 50 struct drm_vblank_work *work, *next; in drm_handle_vblank_works() local 56 list_for_each_entry_safe(work, next, &vblank->pending_work, node) { in drm_handle_vblank_works() 57 if (!drm_vblank_passed(count, work->count)) in drm_handle_vblank_works() 60 list_del_init(&work->node); in drm_handle_vblank_works() 62 kthread_queue_work(vblank->worker, &work->base); in drm_handle_vblank_works() 69 /* Handle cancelling any pending vblank work items and drop respective vblank 74 struct drm_vblank_work *work, *next; in drm_vblank_cancel_pending_works() local [all …]
|
/openbsd-src/sys/dev/pci/drm/include/linux/ |
H A D | workqueue.h | 80 INIT_WORK(struct work_struct *work, work_func_t func) in INIT_WORK() argument 82 work->tq = NULL; in INIT_WORK() 83 task_set(&work->task, (void (*)(void *))func, work); in INIT_WORK() 89 queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work() argument 91 work->tq = (struct taskq *)wq; in queue_work() 92 return task_add(work->tq, &work->task); in queue_work() 96 cancel_work(struct work_struct *work) in cancel_work() argument 98 if (work->tq != NULL) in cancel_work() 99 task_del(work->tq, &work->task); in cancel_work() 103 cancel_work_sync(struct work_struct *work) in cancel_work_sync() argument [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 99 printed. This is an attempt to work around a Solaris bug where 170 won't work properly */ 781 struct tbuffer work; in ReadMode() local 792 if (!GetConsoleMode((HANDLE)_get_osfhandle(handle), &work.Mode)) in ReadMode() 800 tcgetattr(handle,&work); in ReadMode() 808 ioctl(handle,TCGETA,&work); in ReadMode() 815 ioctl(handle,TIOCGETP,&work.buf); in ReadMode() 817 ioctl(handle,TIOCGETC,&work.tchar); in ReadMode() 820 ioctl(handle,TIOCLGET,&work.local); in ReadMode() 823 ioctl(handle,TIOCGLTC,&work.ltchar); in ReadMode() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Support/BLAKE3/ |
H A D | LICENSE | 1 This work is released into the public domain with CC0 1.0. Alternatively, it is 23 and subsequent owner(s) (each and all, an "owner") of an original work of 24 authorship and/or a database (each, a "Work"). 26 Certain owners wish to permanently relinquish those rights to a Work for 34 works, or to gain reputation or greater distribution for their Work in 39 associating CC0 with a Work (the "Affirmer"), to the extent that he or she 40 is an owner of Copyright and Related Rights in the Work, voluntarily 41 elects to apply CC0 to the Work and publicly distribute the Work under its 43 Work and the meaning and intended legal effect of CC0 on those rights. 45 1. Copyright and Related Rights. A Work made available under CC0 may be [all …]
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | cplus-dem.c | 61 #define CURRENT_DEMANGLING_STYLE work->options 144 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 145 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS) 322 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::") argument 348 demangle_template_template_parm (struct work_stuff *work, 352 demangle_template (struct work_stuff *work, const char **, string *, 640 struct work_stuff work[1]; in cplus_demangle_opname() local 646 memset ((char *) work, 0, sizeof (work)); in cplus_demangle_opname() 647 work->options = options; in cplus_demangle_opname() 655 if (do_type (work, &tem, &type)) in cplus_demangle_opname() [all …]
|
H A D | copying-lib.texi | 81 combined work, a derivative of the original library. The ordinary 117 ``work based on the library'' and a ``work that uses the library''. The 141 The ``Library'', below, refers to any such software library or work 142 which has been distributed under these terms. A ``work based on the 143 Library'' means either the Library or any derivative work under 144 copyright law: that is to say, a work containing the Library or a 149 ``Source code'' for a work means the preferred form of the work for 158 such a program is covered only if its contents constitute a work based 178 of it, thus forming a work based on the Library, and copy and 179 distribute such modifications or work under the terms of Section 1 [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | lib1funcs.asm | 153 work .req r4 @ XXXX is this safe ? label 257 @ Load the constant 0x10000000 into our work register. 258 mov work, #1 259 lsl work, #28 265 cmp divisor, work 273 @ Set work to 0x80000000 274 lsl work, #3 278 cmp divisor, work 296 lsr work, divisor, #1 297 cmp dividend, work [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | contrib.texi | 57 Geoff Berry for his Java object serialization work and various patches. 68 garbage collector}, IA-64 libffi port, and other Java work. 71 Neil Booth for work on cpplib, lang hooks, debug hooks and other 91 Dave Brolley for work on cpplib and Chill. 115 Paolo Carlini for libstdc++ work: lots of efficiency improvements to 116 the string class, hard detective work on the frustrating localization 120 John Carr for his alias work, SPARC hacking, infrastructure improvements, 150 Nick Clifton for arm, mcore, fr30, v850, m32r work, @option{--help}, and 191 Ulrich Drepper for his work on glibc, testing of GCC using glibc, ISO C99 195 architecture, libio maintenance, and early math work. [all …]
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | contrib.texi | 42 Peter Barada for his work to improve code generation for new 65 Geoff Berry for his Java object serialization work and various patches. 83 garbage collector}, IA-64 libffi port, and other Java work. 86 Neil Booth for work on cpplib, lang hooks, debug hooks and other 110 Dave Brolley for work on cpplib and Chill. 113 Paul Brook for work on the ARM architecture and maintaining GNU Fortran. 137 Paolo Carlini for libstdc++ work: lots of efficiency improvements to 138 the C++ strings, streambufs and formatted I/O, hard detective work on 142 John Carr for his alias work, SPARC hacking, infrastructure improvements, 172 Nick Clifton for arm, mcore, fr30, v850, m32r work, @option{--help}, and [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/examples/ |
H A D | queue.pl | 9 # Create a work queue for sending data to a 'worker' thread 10 # Prepopulate it with a few work items 18 # Keep grabbing items off the work queue 23 # Ask for more work when the queue is empty 25 print("\nThread waiting for more work\n\n"); 36 # More work for the thread 37 my @work = ( 43 # Send work to the thread 45 last if (! @work); # No more work 46 $work_q->enqueue(@{shift(@work)}); [all …]
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c/appendix-a/ |
H A D | a.18.1.c | 11 int work[NUMBER_OF_THREADS]; variable 30 #pragma omp parallel private(iam,neighbor) shared(work,synch) in main() 35 /*Do computation into my portion of work array */ in main() 36 work[iam] = fn1 (iam); in main() 37 /* Announce that I am done with my work. The first flush in main() 38 * ensures that my work is made visible before synch. in main() 41 #pragma omp flush(work,synch) in main() 46 * The second flush ensures that work is read from memory, and in main() 54 #pragma omp flush(work,synch) in main() 55 /* Read neighbor's values of work array */ in main() [all …]
|
/openbsd-src/gnu/llvm/lld/ |
H A D | LICENSE.TXT | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 45 form, that is based on (or derived from) the Work and for which the 47 represent, as a whole, an original work of authorship. For the purposes 50 the Work and Derivative Works thereof. 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 54 to that Work or Derivative Works thereof, that is intentionally 55 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/lit/ |
H A D | LICENSE.TXT | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 45 form, that is based on (or derived from) the Work and for which the 47 represent, as a whole, an original work of authorship. For the purposes 50 the Work and Derivative Works thereof. 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 54 to that Work or Derivative Works thereof, that is intentionally 55 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
/openbsd-src/gnu/llvm/lldb/ |
H A D | LICENSE.TXT | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 45 form, that is based on (or derived from) the Work and for which the 47 represent, as a whole, an original work of authorship. For the purposes 50 the Work and Derivative Works thereof. 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 54 to that Work or Derivative Works thereof, that is intentionally 55 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
H A D | license.txt | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 45 form, that is based on (or derived from) the Work and for which the 47 represent, as a whole, an original work of authorship. For the purposes 50 the Work and Derivative Works thereof. 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 54 to that Work or Derivative Works thereof, that is intentionally 55 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
/openbsd-src/gnu/llvm/clang/ |
H A D | LICENSE.TXT | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 45 form, that is based on (or derived from) the Work and for which the 47 represent, as a whole, an original work of authorship. For the purposes 50 the Work and Derivative Works thereof. 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 54 to that Work or Derivative Works thereof, that is intentionally 55 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
/openbsd-src/gnu/llvm/llvm/ |
H A D | LICENSE.TXT | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 45 form, that is based on (or derived from) the Work and for which the 47 represent, as a whole, an original work of authorship. For the purposes 50 the Work and Derivative Works thereof. 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 54 to that Work or Derivative Works thereof, that is intentionally 55 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | lib1funcs.asm | 325 work .req r4 @ XXXX is this safe ? label 548 @ Load the constant 0x10000000 into our work register. 549 mov work, #1 550 lsl work, #28 556 cmp divisor, work 564 @ Set work to 0x80000000 565 lsl work, #3 569 cmp divisor, work 587 lsr work, divisor, #1 588 cmp dividend, work [all …]
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/ |
H A D | a.18.1.f90 | 18 REAL WORK(256) variable 21 !$OMP PARALLEL PRIVATE(IAM, NEIGHBOR) SHARED(WORK, ISYNC) NUM_THREADS(4) 25 ! Do computation into my portion of work array 26 WORK(IAM) = FN1(IAM) 27 ! Announce that I am done with my work. 28 ! The first flush ensures that my work is made visible before 30 !$OMP FLUSH(WORK,ISYNC) 36 ! view of memory. The second flush ensures that work is read 46 !$OMP FLUSH(WORK, ISYNC) 47 RESULT(IAM) = FN2(WORK(NEIGHBOR), WORK(IAM))
|
/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | drm_flip_work.h | 34 * Util to queue up work to run from work-queue context after flip/vblank. 46 * @work: the flip work 49 * Callback function to be called for each of the queue'd work items after 52 typedef void (*drm_flip_func_t)(struct drm_flip_work *work, void *val); 55 * struct drm_flip_task - flip work task 65 * struct drm_flip_work - flip work queue 83 void drm_flip_work_queue_task(struct drm_flip_work *work, 85 void drm_flip_work_queue(struct drm_flip_work *work, void *val); 86 void drm_flip_work_commit(struct drm_flip_work *work, 88 void drm_flip_work_init(struct drm_flip_work *work, [all …]
|
/openbsd-src/sys/dev/pci/drm/apple/ |
H A D | systemep.c | 28 struct work_struct work; member 33 struct systemep_work *work = in system_log_work() local 34 container_of(work_, struct systemep_work, work); in system_log_work() 36 afk_send_command(work->service, SYSTEM_SET_PROPERTY, in system_log_work() 40 complete(&work->service->ep->dcp->systemep_done); in system_log_work() 41 kfree(work); in system_log_work() 47 struct systemep_work *work; in system_init() local 56 work = kzalloc(sizeof(*work), GFP_KERNEL); in system_init() 57 if (!work) in system_init() 60 work->service = service; in system_init() [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 138 void dispatch_async(dispatch_queue_t dq, void (^work)(void)); 140 void (^work)(void)); 142 void (^work)(void)); 144 void (^work)(void)); 146 void (^work)(void)); 149 #define GET_LSAN_BLOCK(work) \ argument 154 work(); \ 157 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) { 158 GET_LSAN_BLOCK(work); 163 dispatch_queue_t dq, void (^work)(void)) { [all …]
|
/openbsd-src/gnu/llvm/libcxxabi/ |
H A D | LICENSE.TXT | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 45 form, that is based on (or derived from) the Work and for which the 47 represent, as a whole, an original work of authorship. For the purposes 50 the Work and Derivative Works thereof. 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 54 to that Work or Derivative Works thereof, that is intentionally 55 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
/openbsd-src/gnu/llvm/libunwind/ |
H A D | LICENSE.TXT | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 45 form, that is based on (or derived from) the Work and for which the 47 represent, as a whole, an original work of authorship. For the purposes 50 the Work and Derivative Works thereof. 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 54 to that Work or Derivative Works thereof, that is intentionally 55 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|