/linux-2.6.39/arch/frv/include/asm/ |
D | uaccess.h | 141 #define __put_user_asm(err,x,ptr,dsize,constraint) \ argument 154 : "m" (*__ptr(ptr)), constraint (x), "i"(-EFAULT), "0"(err) \ 229 #define __get_user_asm(err,x,ptr,dtype,constraint) \ argument 242 : "=r" (err), constraint (x) \
|
/linux-2.6.39/mm/ |
D | oom_kill.c | 501 static void check_panic_on_oom(enum oom_constraint constraint, gfp_t gfp_mask, in check_panic_on_oom() argument 512 if (constraint != CONSTRAINT_NONE) in check_panic_on_oom() 676 enum oom_constraint constraint = CONSTRAINT_NONE; in out_of_memory() local 698 constraint = constrained_alloc(zonelist, gfp_mask, nodemask, in out_of_memory() 700 mpol_mask = (constraint == CONSTRAINT_MEMORY_POLICY) ? nodemask : NULL; in out_of_memory() 701 check_panic_on_oom(constraint, gfp_mask, order, mpol_mask); in out_of_memory()
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-class-regulator | 156 NOTE: this will return the string 'constraint not defined' if 157 the power domain has no min microvolts constraint defined by 171 NOTE: this will return the string 'constraint not defined' if 172 the power domain has no max microvolts constraint defined by 186 NOTE: this will return the string 'constraint not defined' if 187 the power domain has no min microamps constraint defined by 201 NOTE: this will return the string 'constraint not defined' if 202 the power domain has no max microamps constraint defined by
|
/linux-2.6.39/arch/x86/include/asm/ |
D | percpu.h | 182 #define percpu_from_op(op, var, constraint) \ argument 189 : constraint); \ 194 : constraint); \ 199 : constraint); \ 204 : constraint); \
|
/linux-2.6.39/security/selinux/ss/ |
D | services.c | 625 struct constraint_node *constraint; in context_struct_compute_av() local 681 constraint = tclass_datum->constraints; in context_struct_compute_av() 682 while (constraint) { in context_struct_compute_av() 683 if ((constraint->permissions & (avd->allowed)) && in context_struct_compute_av() 685 constraint->expr)) { in context_struct_compute_av() 686 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av() 688 constraint = constraint->next; in context_struct_compute_av() 752 struct constraint_node *constraint; in security_validate_transition() local 795 constraint = tclass_datum->validatetrans; in security_validate_transition() 796 while (constraint) { in security_validate_transition() [all …]
|
D | policydb.c | 566 struct constraint_node *constraint, *ctemp; in cls_destroy() local 574 constraint = cladatum->constraints; in cls_destroy() 575 while (constraint) { in cls_destroy() 576 e = constraint->expr; in cls_destroy() 583 ctemp = constraint; in cls_destroy() 584 constraint = constraint->next; in cls_destroy() 588 constraint = cladatum->validatetrans; in cls_destroy() 589 while (constraint) { in cls_destroy() 590 e = constraint->expr; in cls_destroy() 597 ctemp = constraint; in cls_destroy() [all …]
|
/linux-2.6.39/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 70 WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
|
/linux-2.6.39/Documentation/arm/ |
D | Porting | 31 and eventually executed. The following constraint must be valid: 44 Virtual address of the initial RAM disk. The following constraint
|
/linux-2.6.39/drivers/video/omap2/dss/ |
D | Kconfig | 121 If this is set to 0, there's no extra constraint on the
|
/linux-2.6.39/Documentation/power/regulator/ |
D | overview.txt | 124 If the regulator request passes all the constraint tests
|
/linux-2.6.39/Documentation/scheduler/ |
D | sched-rt-group.txt | 155 The constraint on the period is that a subgroup must have a smaller or
|
/linux-2.6.39/Documentation/crypto/ |
D | async-tx-api.txt | 116 contexts are permitted provided constraint #2 is not violated.
|
/linux-2.6.39/Documentation/serial/ |
D | driver | 327 min..max constraint, 9600 baud will be returned. termios will
|
/linux-2.6.39/Documentation/PCI/ |
D | MSI-HOWTO.txt | 127 will return as soon as it finds any constraint that doesn't allow the
|
/linux-2.6.39/Documentation/development-process/ |
D | 5.Posting | 165 for the change as well as possible given the one-line constraint. The
|
/linux-2.6.39/Documentation/ |
D | gpio.txt | 228 setup or driver probe/teardown code, so this is an easy constraint.)
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1208 * ultrastor.c: Change constraint on asm() operand so that it works
|
/linux-2.6.39/Documentation/devicetree/ |
D | booting-without-of.txt | 604 constraint.
|
/linux-2.6.39/Documentation/networking/ |
D | bonding.txt | 986 Because of this constraint, users must manually configure a
|