Home
last modified time | relevance | path

Searched refs:job (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.4.37.9/fs/smbfs/
Dsock.c111 struct data_callback* job=ptr; in smb_data_callback() local
112 struct socket *socket = job->sk->socket; in smb_data_callback()
127 if (job->sk->dead) { in smb_data_callback()
154 found_data(job->sk); in smb_data_callback()
161 struct data_callback* job; in smb_data_ready() local
162 job = smb_kmalloc(sizeof(struct data_callback),GFP_ATOMIC); in smb_data_ready()
163 if(job == 0) { in smb_data_ready()
168 INIT_LIST_HEAD(&job->cb.list); in smb_data_ready()
169 job->cb.sync = 0; in smb_data_ready()
170 job->cb.routine = smb_data_callback; in smb_data_ready()
[all …]
/linux-2.4.37.9/drivers/usb/serial/
Dusbserial.c524 struct usb_serial_post_job *job; in post_helper() local
532 job = list_entry(pos, struct usb_serial_post_job, link); in post_helper()
533 port = job->port; in post_helper()
541 list_del(&job->link); in post_helper()
546 port->number, job->len, port->write_backlog); in post_helper()
550 while (sent < job->len) { in post_helper()
551 rc = __serial_write(port, 0, job->buff + sent, job->len - sent); in post_helper()
555 if ((sent < job->len) && current->need_resched) in post_helper()
562 port->write_backlog -= job->len; in post_helper()
563 kfree(job); in post_helper()
[all …]
/linux-2.4.37.9/arch/parisc/math-emu/
DREADME6 make their 'diff' job easier if our code is relatively unmodified.
/linux-2.4.37.9/fs/sysv/
DCHANGES53 _inode()'s job.
/linux-2.4.37.9/drivers/acorn/block/
Dfd1772dma.S90 @ The big job is flipping in and out of FIQ mode
/linux-2.4.37.9/Documentation/networking/
Dpt.txt56 many people use the driver and if it does its job.
Deql.txt99 don't do a very good job when it comes to handling more than one
Dwan-router.txt19 WAN. Although router's job may be as simple as taking your local network
Dwanpipe.txt19 WAN. Although router's job may be as simple as taking your local network
/linux-2.4.37.9/Documentation/s390/
D3270.txt232 No PF key is preassigned to cause a job suspension, but you may cause a
233 job suspension by typing "^Z" and hitting ENTER. You may wish to
234 assign this function to a PF key. To make PF7 cause job suspension,
/linux-2.4.37.9/Documentation/sound/
DNM256122 (Accelerated-X seems to do a better job here.)
196 that the workaround is doing its job.
/linux-2.4.37.9/Documentation/crypto/
Dapi-intro.txt119 instead, as gcc does a good job with inlining, while excessive use of
/linux-2.4.37.9/Documentation/
Dtty.txt170 is the job of the ldisc layer.
Dsmp.tex42 operating system's job far easier.
149 constant (NO\_PROC\_ID) indicating the job is not allocated to a processor.
DSubmittingPatches187 kernel, there could be any number of reasons. It's YOUR job to
Dexception.txt152 The optimizer does a good job and gives us something we can actually
DCodingStyle175 it's performance-critical, and it will probably do a better job of it
/linux-2.4.37.9/fs/reiserfs/
DREADME153 Alpha PC Company made it possible for me to not have a day job
/linux-2.4.37.9/Documentation/kbuild/
Dconfig-language.txt172 mconfig: ignores this line (mconfig does a better job without it).
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES377 (the maintainer) have changed my email address (due to a new job). My
528 overworked at his for-pay job, he didn't notice it much. Instead I
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx.reg930 * the kernel's job easier.
Daic7xxx.seq1434 * managed to complete the job before stopping. Try
/linux-2.4.37.9/Documentation/cdrom/
Daztcd462 great job in analyzing the command structure of various CD-ROM drives, this
/linux-2.4.37.9/Documentation/filesystems/
Dproc.txt315 more info than you and does a better job than you, so the defaults are the
/linux-2.4.37.9/
DMAINTAINERS30 job the maintainers (and especially Linus) do is to keep things

12