Home
last modified time | relevance | path

Searched full:work (Results 1 – 25 of 3786) sorted by relevance

12345678910>>...152

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c38 * Define all work struct states
68 * This function atomically updates the work state and returns the
93 linux_work_exec_unblock(struct work_struct *work) in linux_work_exec_unblock() argument
99 wq = work->work_queue; in linux_work_exec_unblock()
105 if (exec->target == work) { in linux_work_exec_unblock()
121 tq = dwork->work.work_queue->taskqueue; in linux_delayed_work_enqueue()
122 taskqueue_enqueue(tq, &dwork->work.work_task); in linux_delayed_work_enqueue()
126 * This function queues the given work structure on the given
127 * workqueue. It returns non-zero if the work was successfully
128 * [re-]queued. Else the work is already pending for completion.
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Ddes-internal.c320 u32 work, right, leftt; in desfunc() local
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc()
327 right ^= work; in desfunc()
328 leftt ^= (work << 4); in desfunc()
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc()
331 right ^= work; in desfunc()
332 leftt ^= (work << 16); in desfunc()
334 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc()
335 leftt ^= work; in desfunc()
336 right ^= (work << 2); in desfunc()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c58 struct archive_string work; member
121 archive_string_init(&shar->work); in archive_write_set_format_shar()
166 archive_strcat(&shar->work, "#!/bin/sh\n"); in archive_write_shar_header()
167 archive_strcat(&shar->work, "# This is a shell archive\n"); in archive_write_shar_header()
207 archive_string_sprintf(&shar->work, "echo x %s\n", shar->quoted_name.s); in archive_write_shar_header()
226 archive_strcat(&shar->work, "mkdir -p "); in archive_write_shar_header()
227 shar_quote(&shar->work, p, 1); in archive_write_shar_header()
228 archive_strcat(&shar->work, in archive_write_shar_header()
239 archive_strcat(&shar->work, "mkdir -p "); in archive_write_shar_header()
240 shar_quote(&shar->work, p, 1); in archive_write_shar_header()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A DLICENSE1 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 …]
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv319 any other work released this way by its authors. You can apply it to
80 "The Program" refers to any copyrightable work licensed under this
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
87 earlier work or a work "based on" the earlier work.
89 A "covered work" means either the unmodified Program or a work based
92 To "propagate" a work means to do anything with it that, without
99 To "convey" a work means any kind of propagation that enables other
106 tells the user that there is no warranty for the work (except to the
108 work under this License, and how to view a copy of this License. If
[all …]
H A DCOPYING.lgplv319 "The Library" refers to a covered work governed by this License,
20 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c56 struct work_struct work; member
61 struct work_struct work; member
319 struct roce_netdev_event_work *work = in roce_gid_queue_scan_event_handler() local
320 container_of(_work, struct roce_netdev_event_work, work); in roce_gid_queue_scan_event_handler()
322 ib_enum_all_roce_netdevs(roce_gid_match_netdev, work->ndev, in roce_gid_queue_scan_event_handler()
325 dev_put(work->ndev); in roce_gid_queue_scan_event_handler()
326 kfree(work); in roce_gid_queue_scan_event_handler()
332 struct roce_netdev_event_work *work; in roce_gid_queue_scan_event() local
347 work = kmalloc(sizeof(*work), GFP_ATOMIC); in roce_gid_queue_scan_event()
348 if (!work) { in roce_gid_queue_scan_event()
[all …]
H A Dib_cm.c243 struct delayed_work work; member
254 struct cm_work work; /* Must be first. */ member
312 static void cm_work_handler(struct work_struct *work);
692 __be32 remote_id = timewait_info->work.remote_id; in cm_insert_remote_id()
698 if (be32_lt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id()
700 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id()
724 if (be32_lt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id()
726 else if (be32_gt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id()
849 struct cm_work *work; in cm_dequeue_work() local
854 work = list_entry(cm_id_priv->work_list.next, struct cm_work, list); in cm_dequeue_work()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h74 struct work_struct work; member
89 struct work_struct work; member
107 to_delayed_work(struct work_struct *work) in to_delayed_work() argument
109 return (container_of(work, struct delayed_work, work)); in to_delayed_work()
112 #define INIT_WORK(work, fn) \ argument
114 (work)->func = (fn); \
115 (work)->work_queue = NULL; \
116 atomic_set(&(work)->state, 0); \
117 TASK_INIT(&(work)->work_task, 0, linux_work_fn, (work)); \
121 INIT_WORK(&(_work)->work, (_fn))
[all …]
H A Dkthread.h45 typedef void (*kthread_work_func_t)(struct kthread_work *work);
122 kthread_init_work(struct kthread_work *work, kthread_work_func_t func) in kthread_init_work() argument
124 work->tq = NULL; in kthread_init_work()
125 work->func = func; in kthread_init_work()
126 TASK_INIT(&work->task, 0, lkpi_kthread_work_fn, work); in kthread_init_work()
130 kthread_queue_work(struct kthread_worker *worker, struct kthread_work *work) in kthread_queue_work() argument
134 error = taskqueue_enqueue_flags(worker->tq, &work->task, in kthread_queue_work()
137 work->tq = worker->tq; in kthread_queue_work()
142 kthread_cancel_work_sync(struct kthread_work *work) in kthread_cancel_work_sync() argument
146 if (work->tq != NULL && in kthread_cancel_work_sync()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
41 "Derivative Works" shall mean any work, whether in Source or Object
42 form, that is based on (or derived from) the Work and for which the
44 represent, as a whole, an original work of authorship. For the purposes
47 the Work and Derivative Works thereof.
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
[all …]
/freebsd/crypto/openssl/
H A DLICENSE.txt36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
41 "Derivative Works" shall mean any work, whether in Source or Object
42 form, that is based on (or derived from) the Work and for which the
44 represent, as a whole, an original work of authorship. For the purposes
47 the Work and Derivative Works thereof.
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
[all …]
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DLICENSE36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
41 "Derivative Works" shall mean any work, whether in Source or Object
42 form, that is based on (or derived from) the Work and for which the
44 represent, as a whole, an original work of authorship. For the purposes
47 the Work and Derivative Works thereof.
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
[all …]
/freebsd/contrib/dialog/
H A DCOPYING75 combined work, a derivative of the original library. The ordinary
111 "work based on the library" and a "work that uses the library". The
128 The "Library", below, refers to any such software library or work
129 which has been distributed under these terms. A "work based on the
130 Library" means either the Library or any derivative work under
131 copyright law: that is to say, a work containing the Library or a
136 "Source code" for a work means the preferred form of the work for
145 such a program is covered only if its contents constitute a work based
163 of it, thus forming a work based on the Library, and copy and
164 distribute such modifications or work under the terms of Section 1
[all …]
/freebsd/contrib/arm-optimized-routines/
H A DLICENSE66 "Work" shall mean the work of authorship, whether in Source or
68 copyright notice that is included in or attached to the work
71 "Derivative Works" shall mean any work, whether in Source or Object
72 form, that is based on (or derived from) the Work and for which the
74 represent, as a whole, an original work of authorship. For the purposes
77 the Work and Derivative Works thereof.
79 "Contribution" shall mean any work of authorship, including
80 the original version of the Work and any modifications or additions
81 to that Work or Derivative Works thereof, that is intentionally
82 submitted to Licensor for inclusion in the Work by the copyright owner
[all …]
/freebsd/tests/sys/geom/class/gate/
H A Dggate_test.sh20 work=$(alloc_md)
21 atf_check -e ignore -o ignore dd if=/dev/random of=/dev/$work bs=1m count=1 conv=notrunc
23 echo "localhost RW /dev/$work" > $CONF
25 atf_check ggatec create -p $port -u $us localhost /dev/$work
59 work=$(alloc_md)
63 dd if=/dev/random of=/dev/$work bs=1m count=1 conv=notrunc
68 echo "127.0.0.1 RW /dev/$work" > $CONF
71 atf_check ggatec create -p $port -u $us 127.0.0.1 /dev/$work
80 checksum /dev/$src /dev/$work
103 echo src work >> ${PLAINFILES}
[all …]
/freebsd/contrib/bsnmp/lib/
H A Dsnmpclient.c104 * table row's. The entry list and the work list parallel each other.
106 struct work { struct
107 TAILQ_ENTRY(work) link;
110 TAILQ_HEAD(worklist, work); argument
141 * Free the entire table and work list. If table is NULL only the worklist
145 table_free(struct tabwork *work, int all) in table_free() argument
147 struct work *w; in table_free()
152 while ((w = TAILQ_FIRST(&work->worklist)) != NULL) { in table_free()
153 TAILQ_REMOVE(&work->worklist, w, link); in table_free()
160 while ((e = TAILQ_FIRST(work->table)) != NULL) { in table_free()
[all …]
/freebsd/contrib/llvm-project/lld/
H A DLICENSE.TXT39 "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 …]
/freebsd/contrib/llvm-project/lldb/
H A DLICENSE.TXT39 "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 …]
/freebsd/contrib/llvm-project/clang/
H A DLICENSE.TXT39 "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 …]
/freebsd/contrib/llvm-project/llvm/
H A DLICENSE.TXT39 "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 …]
/freebsd/contrib/llvm-project/openmp/
H A DLICENSE.TXT39 "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 …]
/freebsd/contrib/libpcap/doc/
H A DREADME.solaris.md10 * flex 2.6.4 and GNU Bison 3.8.2 work.
12 * GCC 11.2.0 and Clang 14.0.3 work.
16 * flex 2.6.4 and GNU Bison 3.7.6 work.
18 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.
35 * flex 2.6.4 and GNU Bison 3.7.3 work.
43 * flex 2.6.4 and GNU Bison 3.7.1 work.
45 * Sun C 5.13, Sun C 5.14 and Sun C 5.15 work; GCC 5.5.0 and GCC 7.3.0 work.
50 * flex 2.6.4 and GNU Bison 3.7.1 work.
56 * flex 2.5.35 and GNU Bison 3.0.2 work.
57 * CMake 2.8.9 does not work.
[all …]
/freebsd/contrib/llvm-project/libunwind/
H A DLICENSE.TXT39 "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 …]
/freebsd/contrib/llvm-project/libcxx/
H A DLICENSE.TXT39 "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 …]

12345678910>>...152