Searched refs:job (Results 1 – 25 of 28) sorted by relevance
12
/linux-2.4.37.9/fs/smbfs/ |
D | sock.c | 111 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/ |
D | usbserial.c | 524 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/ |
D | README | 6 make their 'diff' job easier if our code is relatively unmodified.
|
/linux-2.4.37.9/fs/sysv/ |
D | CHANGES | 53 _inode()'s job.
|
/linux-2.4.37.9/drivers/acorn/block/ |
D | fd1772dma.S | 90 @ The big job is flipping in and out of FIQ mode
|
/linux-2.4.37.9/Documentation/networking/ |
D | pt.txt | 56 many people use the driver and if it does its job.
|
D | eql.txt | 99 don't do a very good job when it comes to handling more than one
|
D | wan-router.txt | 19 WAN. Although router's job may be as simple as taking your local network
|
D | wanpipe.txt | 19 WAN. Although router's job may be as simple as taking your local network
|
/linux-2.4.37.9/Documentation/s390/ |
D | 3270.txt | 232 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/ |
D | NM256 | 122 (Accelerated-X seems to do a better job here.) 196 that the workaround is doing its job.
|
/linux-2.4.37.9/Documentation/crypto/ |
D | api-intro.txt | 119 instead, as gcc does a good job with inlining, while excessive use of
|
/linux-2.4.37.9/Documentation/ |
D | tty.txt | 170 is the job of the ldisc layer.
|
D | smp.tex | 42 operating system's job far easier. 149 constant (NO\_PROC\_ID) indicating the job is not allocated to a processor.
|
D | SubmittingPatches | 187 kernel, there could be any number of reasons. It's YOUR job to
|
D | exception.txt | 152 The optimizer does a good job and gives us something we can actually
|
D | CodingStyle | 175 it's performance-critical, and it will probably do a better job of it
|
/linux-2.4.37.9/fs/reiserfs/ |
D | README | 153 Alpha PC Company made it possible for me to not have a day job
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | config-language.txt | 172 mconfig: ignores this line (mconfig does a better job without it).
|
/linux-2.4.37.9/drivers/char/ftape/ |
D | RELEASE-NOTES | 377 (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/ |
D | aic7xxx.reg | 930 * the kernel's job easier.
|
D | aic7xxx.seq | 1434 * managed to complete the job before stopping. Try
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | aztcd | 462 great job in analyzing the command structure of various CD-ROM drives, this
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | proc.txt | 315 more info than you and does a better job than you, so the defaults are the
|
/linux-2.4.37.9/ |
D | MAINTAINERS | 30 job the maintainers (and especially Linus) do is to keep things
|
12