/linux-3.3/include/linux/ ! |
D | llist.h | 4 * Lock-less NULL terminated single linked list 74 * init_llist_head - initialize lock-less list head 75 * @head: the head for your lock-less list 92 * llist_for_each - iterate over some deleted entries of a lock-less list 96 * In general, some entries of the lock-less list can be traversed 100 * If being used on entries deleted from lock-less list directly, the 109 * llist_for_each_entry - iterate over some deleted entries of lock-less list of given type 114 * In general, some entries of the lock-less list can be traversed 118 * If being used on entries deleted from lock-less list directly, the 129 * llist_empty - tests whether a lock-less list is empty [all …]
|
D | dtlk.h | 31 indicates that less than 300 free 36 indicates that less than 300 bytes 55 data buffer has less than 30 bytes
|
D | atmel-pwm-bl.h | 20 * @pwm_duty_max: maximum duty cycle value, must be less than or equal to 22 * @pwm_duty_min: minimum duty cycle value, must be less than pwm_duty_max.
|
/linux-3.3/arch/blackfin/ ! |
D | Kconfig | 698 into L1 instruction memory. (less latency) 707 (less latency) 715 into L1 instruction memory. (less latency) 723 into L1 instruction memory. (less latency) 731 into L1 instruction memory. (less latency) 739 into L1 instruction memory. (less latency) 747 into L1 instruction memory. (less latency) 755 into L1 instruction memory. (less latency) 763 into L1 instruction memory. (less latency) 771 into L1 instruction memory. (less latency) [all …]
|
/linux-3.3/lib/ ! |
D | llist.c | 2 * Lock-less NULL terminated single linked list 36 * @head: the head for your lock-less list 59 * llist_del_first - delete the first entry of lock-less list 60 * @head: the head for your lock-less list
|
/linux-3.3/tools/perf/util/ ! |
D | pager.c | 15 * Work around bug in "less" by not starting it until we in pager_preexec() 24 setenv("LESS", "FRSX", 0); in pager_preexec() 61 pager = "less"; in setup_pager()
|
/linux-3.3/Documentation/networking/ ! |
D | PLIP.txt | 73 On these machines, the PLIP driver can be used in IRQ-less mode, where 75 and if such data is available, process it. This mode is less efficient than 78 indicate that there isn't a noticeable performance drop when using IRQ-less 85 data) is, by default, 500usec. As IRQ delivery is more or less immediate, 88 When in IRQ-less mode, the PLIP driver polls the parallel port HZ times 95 10^6/HZ usecs. If both sides of a PLIP connection are used in IRQ-less mode,
|
/linux-3.3/arch/mips/include/asm/octeon/ ! |
D | cvmx-helper-util.h | 60 * Packets will begin slowly dropping when there are less than 63 * All incomming packets will be dropped when there are less 74 * Packets will begin slowly dropping when there are less than 77 * All incomming packets will be dropped when there are less
|
D | cvmx-bootmem.h | 196 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes 214 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN 236 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes 272 * internally enforced. Requested alignments of less than 298 * internally enforced. Requested alignments of less
|
/linux-3.3/Documentation/usb/ ! |
D | ohci.txt | 16 - improved robustness; bugfixes; and less overhead 19 - less code, by using the upper level "hcd" framework
|
D | bulk-streams.txt | 43 drivers should be able to deal with being allocated less stream IDs than they 47 passed in as arguments. Do not call this function to request less than two
|
/linux-3.3/arch/blackfin/lib/ ! |
D | strcmp.S | 13 * Returns an integer less than, equal to, or greater than zero if s1 14 * (or the first n bytes thereof) is found, respectively, to be less
|
/linux-3.3/arch/arm/nwfpe/ ! |
D | fpa11_cprt.c | 233 /* test for less than condition */ in PerformComparison() 259 /* test for less than condition */ in PerformComparison() 280 /* test for less than condition */ in PerformComparison() 306 /* test for less than condition */ in PerformComparison() 336 /* test for less than condition */ in PerformComparison()
|
/linux-3.3/drivers/net/ethernet/toshiba/ ! |
D | Kconfig | 38 If you have the wireless-less model of PS3 or have no plan to 41 safely enable this option even if you have a wireless-less model.
|
/linux-3.3/arch/blackfin/mach-common/ ! |
D | arch_checks.c | 24 # error "Sclk value selected is less than minimum. Please select a proper value for SCLK multiplier" 32 # error "Please select sclk less than cclk"
|
/linux-3.3/arch/sparc/math-emu/ ! |
D | math_64.c | 279 case 2: if (XR == 1 || XR == 2) IR = 1; break; /* Less or Greater */ in do_mathemu() 280 case 3: if (XR & 1) IR = 1; break; /* Unordered or Less */ in do_mathemu() 281 case 4: if (XR == 1) IR = 1; break; /* Less */ in do_mathemu() 301 case 2: if ((XR & 4) || freg) IR = 1; break; /* Less or Equal */ in do_mathemu() 302 case 3: if (freg) IR = 1; break; /* Less */ in do_mathemu() 303 case 4: if (XR & 5) IR = 1; break; /* Less or Equal Unsigned */ in do_mathemu() 336 case 2: if (XR <= 0) IR = 1; break; /* Register Less Than or Equal to Zero */ in do_mathemu() 337 case 3: if (XR < 0) IR = 1; break; /* Register Less Than Zero */ in do_mathemu()
|
/linux-3.3/drivers/staging/speakup/ ! |
D | speakup_dtlk.h | 23 indicates that less than 300 bytes 28 indicates that less than 300 bytes
|
/linux-3.3/net/netfilter/ipvs/ ! |
D | Kconfig | 61 not far less than the number of connections per second multiplying 65 should be not far less than 200x200, it is good to set the table 129 new connections first than those with less weights, and servers 130 with higher weights get more connections than those with less
|
/linux-3.3/net/llc/ ! |
D | llc_output.c | 62 * using connection-less mode communication (UI pdu). 65 * less mode communication; timeout/retries handled by network layer;
|
/linux-3.3/Documentation/scsi/ ! |
D | aha152x.txt | 12 error handling code in 2.3, produced less cpu load (much 13 less polling loops), has slightly higher throughput (at 147 This driver does some more or less failsafe guessing to get the
|
/linux-3.3/Documentation/filesystems/nfs/ ! |
D | knfsd-stats.txt | 54 on the wire, this may be either more or less than the number 56 However this is a more accurate and less workload-dependent measure 89 to but less than the rate of change of the packets-arrived counter.
|
/linux-3.3/arch/blackfin/kernel/cplb-nompu/ ! |
D | cplbinit.c | 112 * if DMA uncached is less than 1MB, mark the 1MB chunk as uncached in generate_cplb_tables_all() 141 /* BootROM -- largest one should be less than 1 meg. */ in generate_cplb_tables_all() 180 /* BootROM -- largest one should be less than 1 meg. */ in generate_cplb_tables_all()
|
/linux-3.3/arch/x86/include/asm/ ! |
D | hpet.h | 60 * Min HPET period is 10^5 femto sec just for safety. If it is less than this, 61 * then 32 bit HPET counter wrapsaround in less than 0.5 sec.
|
/linux-3.3/arch/parisc/lib/ ! |
D | memset.c | 54 /* Write 8 `op_t' per iteration until less than 8 `op_t' remain. */ in memset() 71 /* Write 1 `op_t' per iteration until less than OPSIZ bytes remain. */ in memset()
|
/linux-3.3/Documentation/filesystems/ ! |
D | cramfs.txt | 8 expressed in a very terse representation to make it use much less 19 File sizes are limited to less than 16MB.
|