Searched refs:desired (Results 1 – 18 of 18) sorted by relevance
/arch/powerpc/kernel/ |
D | vio.c | 99 size_t desired; member 250 if (excess_freed && (vio_cmo.desired > vio_cmo.reserve.size)) { in vio_cmo_dealloc() 251 tmp = min(excess_freed, (vio_cmo.desired - vio_cmo.reserve.size)); in vio_cmo_dealloc() 405 cmo->desired = cmo->min; in vio_cmo_balance() 416 cmo->desired += (viodev->cmo.desired - VIO_CMO_MIN_ENT); in vio_cmo_balance() 431 if (viodev->cmo.desired <= level) { in vio_cmo_balance() 442 chunk = min(chunk, (viodev->cmo.desired - in vio_cmo_balance() 640 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) in vio_cmo_set_dev_desired() argument 650 if (desired < VIO_CMO_MIN_ENT) in vio_cmo_set_dev_desired() 651 desired = VIO_CMO_MIN_ENT; in vio_cmo_set_dev_desired() [all …]
|
/arch/x86/platform/olpc/ |
D | olpc.c | 70 static int __wait_on_ibf(unsigned int line, unsigned int port, int desired) in __wait_on_ibf() argument 75 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_ibf() 80 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_ibf() 86 return !(state == desired); in __wait_on_ibf() 90 static int __wait_on_obf(unsigned int line, unsigned int port, int desired) in __wait_on_obf() argument 95 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_obf() 100 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_obf() 106 return !(state == desired); in __wait_on_obf()
|
/arch/powerpc/include/asm/ |
D | vio.h | 107 size_t desired; member 139 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
|
/arch/m68k/ifpsp060/ |
D | ilsp.doc | 70 below in "68060ILSP Entry Points" that corresponds to the desired 134 to record that such an event occurred if desired.
|
D | fplsp.doc | 71 below in "68060FPLSP entry points" that corresponds to the desired
|
D | iskeleton.S | 61 | can do any clean-up desired. The stack frame is the
|
D | TEST.DOC | 149 is desired:
|
/arch/frv/kernel/ |
D | sleep.S | 127 # On entry: gr7 holds desired hsr0 sleep value 128 # gr8 holds desired psr sleep value
|
/arch/m68k/fpsp040/ |
D | binstr.S | 7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in
|
D | bindec.S | 68 | The mantissa is scaled to the desired number of
|
/arch/arm/nwfpe/ |
D | softfloat-specialize | 43 defined here if desired. It is currently not possible for such a trap to
|
/arch/cris/arch-v10/ |
D | README.mm | 238 used just like alloc_area_pmd to check which page table entry is desired,
|
/arch/tile/ |
D | Kconfig | 305 Select the desired split between kernel and user memory.
|
/arch/unicore32/kernel/ |
D | entry.S | 278 @ set desired INTR state, then call main handler
|
/arch/arm/mm/ |
D | Kconfig | 884 so that the cache operation has the desired effect.
|
/arch/arm/ |
D | Kconfig | 1460 Select the desired split between kernel and user memory.
|
/arch/x86/ |
D | Kconfig | 1288 Select the desired split between kernel and user memory.
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 10268 # positive which is the desired result for fcosh(). #
|