Home
last modified time | relevance | path

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

12345678910>>...33

/Documentation/core-api/
Dworkqueue.rst17 When such an asynchronous execution context is needed, a work item
22 While there are work items on the workqueue the worker executes the
23 functions associated with the work items one after the other. When
24 there is no work item left on the workqueue the worker becomes idle.
25 When a new work item gets queued, the worker begins executing again.
43 while an ST wq one for the whole system. Work items had to compete for
72 abstraction, the work item, is introduced.
74 A work item is a simple struct that holds a pointer to the function
76 wants a function to be executed asynchronously it has to set up a work
77 item pointing to that function and queue that work item on a
[all …]
/Documentation/admin-guide/cifs/
Dauthors.rst15 Jeremy Allison of the Samba team has done invaluable work in adding the server
21 Newbigin and others for their work on the Linux smbfs module. Thanks to
23 Workgroup for their work specifying this highly complex protocol and finally
36 - Mark Hamzy (for some of the early cifs IPv6 work)
47 - Jeff Layton (many, many fixes, as well as great work on the cifs Kerberos code)
49 - Pavel Shilovsky (for great work adding SMB2 support, and various SMB3 features)
50 - Aurelien Aptel (for DFS SMB3 work and some key bug fixes)
51 - Ronnie Sahlberg (for SMB3 xattr work, bug fixes, and lots of great work on compounding)
55 - Long Li (some great work on RDMA, SMB Direct)
/Documentation/ABI/stable/
Dsysfs-driver-dma-idxd24 Description: The largest number of work descriptors in a batch.
30 Description: The maximum work queue size supported by this device.
65 Description: The maximum work queue number that this device supports.
103 Description: The assigned work queue under this device.
129 Description: The group id that this work queue belongs to.
135 Description: The work queue size for this work queue.
141 Description: The type of this work queue, it can be "kernel" type for work
142 queue usages in the kernel space or "user" type for work queue
149 Description: The minor number assigned to this work queue by the character
156 Description: The work queue mode type for this work queue.
[all …]
/Documentation/driver-api/media/drivers/
Dcontributors.rst19 - for his work on the initial Linux DVB driver
24 - for their continuing work on the DVB driver
42 - for various fixes regarding tuning, OSD and CI stuff and his work on VDR
61 their work on the dbox2 port of the DVB driver
79 - for all the work for the FlexCopII chipset by B2C2,Inc.
83 - for his work on the budget drivers, the demux code,
88 - for his work on calculating and checking the crc's for the
Dbttv-devel.rst10 Making video work often is not a big deal, because this is handled
16 Sound will work only, if the correct entry is used (for video it often
29 card, you can check if one of the existing entries does work for you
35 module like ``msp3400`` to make sound work. If there isn't one for the
47 Still doesn't work? Looks like some driver hacking is required.
/Documentation/admin-guide/media/
Dcafe_ccic.rst18 QVGA modes work; CIF is there but the colors remain funky. Only the OV7670
19 sensor is known to work with this controller at this time.
21 To try it out: either of these commands will work:
49 systems, however, it will work well with only two.
52 will consent to work with. Default is one, but, on slower systems,
/Documentation/process/
D6.Followthrough.rst9 developers can make is to conclude that their work is now done. In truth,
11 with, possibly, quite a bit of work yet to be done.
16 code. You, as the author of that code, will be expected to work with the
39 - Code review is hard work, and it is a relatively thankless occupation;
113 longer-term work.
128 is that conflicts with work being done by others turn up. In the worst
129 case, heavy patch conflicts can result in some work being put on the back
133 everything applies cleanly. This work can be a pain, but count your
162 negating all of the work you have done to get your patch into the mainline,
164 well make it harder for you to get work merged in the future.
[all …]
D5.Posting.rst6 Sooner or later, the time comes when your work is ready to be presented to
23 work being done is complex, though, there is a lot to be gained by getting
24 feedback from the community before the work is complete. So you should
25 consider posting in-progress work, or even making a git tree available so
26 that interested developers can catch up with your work at any time.
29 good idea to say so in the posting itself. Also mention any major work
32 with the idea that they can help you drive the work in the right direction.
53 - Be sure that you have the right to post the code. If this work was done
54 for an employer, the employer likely has a right to the work and must be
64 The preparation of patches for posting can be a surprising amount of work,
[all …]
D1.Intro.rst36 possible reception for your work.
83 difficulties when trying to do kernel work. The kernel community has
102 better; the following text should help you - or those who work for you -
114 This work was supported by the Linux Foundation; thanks especially to
121 learning how to work with the kernel community and get their code into the
144 constant upkeep if it is to work with new kernels. Maintaining
145 out-of-tree code requires significant amounts of work just to keep that
148 Code which is in the mainline, instead, does not require this work as the
169 to implement changes which make the kernel work better for their needs.
180 process work. By contributing your code you can add new functionality to
/Documentation/usb/
Dgadget_multi.rst26 To make use of the gadget one needs to make it work on host side --
40 configuration with CDC ECM which should work better under Linux.
45 For the gadget to work under Windows two conditions have to be met:
60 configuration so a dual RNDIS and CDC ECM gadget won't work unless you
97 functionality. As an effect provided INFs won't work since they have
107 things don't work as intended before realising Windows have cached
115 and Windows 7, all 32-bit versions. It should work on 64-bit versions
116 as well. It most likely won't work on Windows prior to Windows XP
124 believed that it should (read: "I have no idea whether it will") work
/Documentation/driver-api/driver-model/
Ddesign-patterns.rst69 Continuing on the above example we add an offloaded work::
78 static void foo_work(struct work_struct *work)
80 struct foo *foo = container_of(work, struct foo, offload);
112 for this to work.
116 work function to a single pointer.
/Documentation/networking/
Dnet_dim.rst44 #. Applies a schedule work function, which applies suggested configuration.
74 suggested configuration. This is done by scheduling a work function, defined by
79 it and it would be useless if the work function would not apply the suggested
119 the data flow. After the work is done, Net DIM algorithm needs to be set to
134 void my_driver_do_dim_work(struct work_struct *work)
137 struct dim *dim = container_of(work, struct dim,
138 work);
142 /* Signal net DIM work is done and it should move to next iteration */
168 INIT_WORK(&my_entity->dim.work, my_driver_do_dim_work);
/Documentation/x86/
Dsva.rst35 the use of Shared Work Queues (SWQ) by both applications and Virtual
38 allow the hardware to distinguish the context for which work is being
51 work descriptor to a device. The descriptor includes the operation to be
95 from this process. When a user submits a work descriptor to a device using the
144 work in the same address space, i.e., to share it. Some call it Shared
159 consider doorbells as a mechanism of informing hardware about work to process.
163 hardware also manages the queue depth for Shared Work Queues (SWQ), and
175 used with ENQCMD to submit work, the device can distinguish the process
176 submitting the work since it will include the PASID assigned to that
184 submitting work and processing completions.
[all …]
/Documentation/power/
Dbasic-pm-debugging.rst17 hibernation is most likely to work correctly. Still, you need to repeat the
22 systems might be necessary to make hibernation work. Thus, if your machine
31 Unfortunately, the "platform" mode of hibernation does not work on some systems
33 work::
138 of hibernation is not likely to work. You can try the "shutdown" mode, but that
142 work (of course, this only may be an issue on SMP systems) and the problem
160 If all of the hibernation test modes work, you can boot the system with the
162 "reboot", "shutdown" and "platform" modes. If that does not work, there
193 works every time, but resume from actual hibernation does not work or is
206 In case that hibernation does not work on your system even in the minimal
[all …]
/Documentation/doc-guide/
Dcontributing.rst8 developers work more effectively. Without top-quality documentation, a lot
35 people ignore them, and they will never notice when their work adds new
134 is necessary to work out what the role of those members or parameters is
148 the full value of the work that has gone into creating them.
202 current, adding whatever information is needed. Such work often requires
248 to continue. There are a couple of challenges associated with this work,
250 who work with those files; they are understandably unenthusiastic about
255 managed to turn a big pile into a group of smaller piles. The work of
283 Development work on rst2pdf seems to have picked up again in recent times,
285 work with that project to make rst2pdf work with the kernel documentation
/Documentation/fb/
Dsstfb.rst10 video boards. It's highly experimental code, but is guaranteed to work
15 you want the latest version, check out the CVS, as the driver is a work
30 This driver (should) work on ix86, with "late" 2.2.x kernel (tested
85 (how does it work with vgacon ? short answer : it doesn't work)
115 doesn't work yet...
169 - The driver is 16 bpp only, 24/32 won't work.
186 - The 24/32 is not likely to work anytime soon, knowing that the
Dvesafb.rst13 impossible; BIOS calls work in real mode only. VESA BIOS Extensions
74 If this does not work, this might be because your BIOS does not support
82 2. Note: Some newer versions of LILO appear to work with those hex values,
88 XF68_FBDev should work just fine, but it is non-accelerated. Running
89 another (accelerated) X-Server like XF86_SVGA might or might not work.
107 * VBE 3.0 might work too. I have neither a gfx board with VBE 3.0
117 seems not to work with some BIOS versions, but there are options
/Documentation/hwmon/
Dasb100.rst32 controller will simply not work (or maybe it will for you... it doesn't for
43 processor should work with. This is hardcoded by the mainboard and/or
46 Alarms: (TODO question marks indicate may or may not work)
/Documentation/networking/device_drivers/appletalk/
Dcops.rst16 Right now these cards are known to work with the COPS driver. The
17 LT-200 cards work in a somewhat more limited capacity than the
18 DL200 cards, which work very well and are in use by many people.
62 it work with the cops.c driver.
/Documentation/scsi/
Dqlogicfas.rst77 I noticed my system which seems to work 100% would fail this test if
83 work less well because of the heat, or when cables get too long for
86 Remember, if it doesn't work under DOS, it probably won't work under
/Documentation/sound/cards/
Dmaya44.rst20 ESI provided a sample Maya44 card for the development work.
27 The following functions work, as tested by Rainer Zimmermann and Piotr Makowski:
37 The following functions *should* work, but are not fully tested:
48 Things that do not seem to work:
52 - Ardour 2.1 seems to work only via JACK, not using ALSA directly or via OSS. This still needs to b…
103 *AVOID CAPTURING AT RATES ABOVE 96kHz*, even though it may appear to work. The codec cannot actuall…
/Documentation/scheduler/
Dsched-capacity.rst72 With a workload that periodically does a fixed amount of work, you will get an
75 CPU0 work ^
80 CPU1 work ^
86 work W in T units of time. On the other hand, CPU1 has half the capacity of
106 CPU0 work ^
112 CPU1 work ^
155 CPU work ^
164 CPU work ^
170 behaviour (i.e. executing the same amount of work) in both executions.
195 CPU0 work ^
[all …]
/Documentation/arm/omap/
Domap.rst12 CONFIG_REGULATOR_PBIAS is enabled for MMC1 to work
17 to work in DRA7 and K2G based boards.
/Documentation/locking/
Dpi-futex.rst7 - in the user-space fastpath a PI-enabled futex involves no kernel work
79 mutexes involves no kernel work at all - they behave quite similarly to
92 remaining work: if there is no futex-queue attached to the futex address
100 futex value to its own TID and returns. Userspace has no other work to
105 TID -> 0 atomic transition of the futex value], then no kernel work is
/Documentation/misc-devices/
Dbh1770glc.rst36 by using a delayed work. As long as there is proximity threshold above
37 interrupts the delayed work is pushed forward. So, when proximity level goes
38 below the threshold value, there is no interrupt and the delayed work will

12345678910>>...33