Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 29 of 29) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
D11h.c43 struct mwifiex_ie_types_local_pwr_constraint *constraint; in mwifiex_11h_process_infra_join() local
61 constraint = (struct mwifiex_ie_types_local_pwr_constraint *)*buffer; in mwifiex_11h_process_infra_join()
62 constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT); in mwifiex_11h_process_infra_join()
63 constraint->header.len = cpu_to_le16(2); in mwifiex_11h_process_infra_join()
64 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join()
65 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join()
66 *buffer += sizeof(*constraint); in mwifiex_11h_process_infra_join()
Dfw.h1459 u8 constraint; member
/linux-4.1.27/kernel/
Dresource.c559 struct resource_constraint *constraint) in __find_resource() argument
582 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource()
586 avail.start = ALIGN(tmp.start, constraint->align); in __find_resource()
591 alloc.start = constraint->alignf(constraint->alignf_data, &avail, in __find_resource()
592 size, constraint->align); in __find_resource()
616 struct resource_constraint *constraint) in find_resource() argument
618 return __find_resource(root, NULL, new, size, constraint); in find_resource()
633 struct resource_constraint *constraint) in reallocate_resource() argument
641 if ((err = __find_resource(root, old, &new, newsize, constraint))) in reallocate_resource()
692 struct resource_constraint constraint; in allocate_resource() local
[all …]
/linux-4.1.27/arch/frv/include/asm/
Duaccess.h141 #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-4.1.27/Documentation/ABI/testing/
Dsysfs-class-powercap92 constraint can have an optional name. Here "X" can have values
110 constraint_X_power_limit_uw to define a power constraint.
119 Maximum allowed power in micro watts for this constraint.
127 Minimum allowed power in micro watts for this constraint.
136 constraint. Here "X" can have values from 0 to max integer.
144 constraint. Here "X" can have values from 0 to max integer.
Dsysfs-class-regulator156 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-4.1.27/mm/
Doom_kill.c614 void check_panic_on_oom(enum oom_constraint constraint, gfp_t gfp_mask, in check_panic_on_oom() argument
626 if (constraint != CONSTRAINT_NONE) in check_panic_on_oom()
715 enum oom_constraint constraint = CONSTRAINT_NONE; in __out_of_memory() local
741 constraint = constrained_alloc(zonelist, gfp_mask, nodemask, in __out_of_memory()
743 mpol_mask = (constraint == CONSTRAINT_MEMORY_POLICY) ? nodemask : NULL; in __out_of_memory()
744 check_panic_on_oom(constraint, gfp_mask, order, mpol_mask, NULL); in __out_of_memory()
/linux-4.1.27/Documentation/power/powercap/
Dpowercap.txt153 max_energy_range_uj) and constraint attributes (constraint_*) allowing controls
168 each zone there are 2 attributes representing the constraint names, 2 power
170 constraint_j_* attributes correspond to the jth constraint (j = 0,1).
206 constraint_X_name (ro): An optional name of the constraint
/linux-4.1.27/security/selinux/ss/
Dservices.c624 struct constraint_node *constraint; in context_struct_compute_av() local
680 constraint = tclass_datum->constraints; in context_struct_compute_av()
681 while (constraint) { in context_struct_compute_av()
682 if ((constraint->permissions & (avd->allowed)) && in context_struct_compute_av()
684 constraint->expr)) { in context_struct_compute_av()
685 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av()
687 constraint = constraint->next; in context_struct_compute_av()
751 struct constraint_node *constraint; in security_validate_transition() local
794 constraint = tclass_datum->validatetrans; in security_validate_transition()
795 while (constraint) { in security_validate_transition()
[all …]
Dpolicydb.c641 struct constraint_node *constraint, *ctemp; in cls_destroy() local
649 constraint = cladatum->constraints; in cls_destroy()
650 while (constraint) { in cls_destroy()
651 e = constraint->expr; in cls_destroy()
657 ctemp = constraint; in cls_destroy()
658 constraint = constraint->next; in cls_destroy()
662 constraint = cladatum->validatetrans; in cls_destroy()
663 while (constraint) { in cls_destroy()
664 e = constraint->expr; in cls_destroy()
670 ctemp = constraint; in cls_destroy()
[all …]
/linux-4.1.27/include/linux/
Doom.h68 extern void check_panic_on_oom(enum oom_constraint constraint, gfp_t gfp_mask,
/linux-4.1.27/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot70 WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
/linux-4.1.27/Documentation/arm/
DPorting31 and eventually executed. The following constraint must be valid:
44 Virtual address of the initial RAM disk. The following constraint
/linux-4.1.27/sound/soc/codecs/
Darizona.c1209 const struct snd_pcm_hw_constraint_list *constraint; in arizona_startup() local
1227 constraint = &arizona_44k1_constraint; in arizona_startup()
1229 constraint = &arizona_48k_constraint; in arizona_startup()
1233 constraint); in arizona_startup()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
DKconfig117 If this is set to 0, there's no extra constraint on the
/linux-4.1.27/Documentation/power/regulator/
Doverview.txt124 If the regulator request passes all the constraint tests
/linux-4.1.27/Documentation/scheduler/
Dsched-rt-group.txt154 The constraint on the period is that a subgroup must have a smaller or
Dsched-deadline.txt278 - a time constraint by which each instance must be completed.
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt116 contexts are permitted provided constraint #2 is not violated.
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt31 reduced at runtime, due to power budget, thermal constraint, or noise
/linux-4.1.27/Documentation/serial/
Ddriver365 min..max constraint, 9600 baud will be returned. termios will
/linux-4.1.27/drivers/powercap/
Dintel_rapl.c143 struct powercap_zone_constraint *constraint; member
/linux-4.1.27/Documentation/development-process/
D5.Posting165 for the change as well as possible given the one-line constraint. The
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt223 structural constraint:
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt228 setup or driver probe/teardown code, so this is an easy constraint.)
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971208 * ultrastor.c: Change constraint on asm() operand so that it works
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt675 constraint.
/linux-4.1.27/Documentation/networking/
Dbonding.txt1138 Because of this constraint, users must manually configure a
/linux-4.1.27/Documentation/
Dkernel-parameters.txt663 placement constraint by the physical address range of