Searched refs:resource (Results 1 - 25 of 75) sorted by relevance

123

/barrelfish-master/lib/posixcompat/
H A Dsetrlimit.c1 #include <sys/resource.h>
6 int setrlimit(int resource, const struct rlimit *rlim) argument
8 POSIXCOMPAT_DEBUG("setrlimit(%d, %p) ignored.\n", resource, rlim);
12 int getrlimit(int resource, struct rlimit *rlim) argument
19 POSIXCOMPAT_DEBUG("getrlimit(%d, %p) always returns infinity.\n", resource, rlim);
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dsched_cstrs.cc34 IlcCapResource resource; local
35 int is_resource = W.is_handle(resource_method, (void**)&resource);
37 return resource;
43 IlcDiscreteResource resource; local
44 int is_resource = W.is_handle(resource_method, (void**)&resource);
46 return resource;
52 IlcAltResSet resource; local
53 int is_resource = W.is_handle(altresset_method, (void**)&resource);
55 return resource;
103 IlcCapResource resource local
108 IlcAltResSet resource = altresset_of_handle(EC_argument(C, 2)); local
119 IlcCapResource resource = resource_of_handle(EC_argument(C, 2)); local
124 IlcAltResSet resource = altresset_of_handle(EC_argument(C, 2)); local
[all...]
H A Dscheduler.cc110 IlcDiscreteResource resource; local
113 resource = IlcUnaryResource(schedule);
115 resource = IlcDiscreteResource(schedule, capacity);
117 return unify(EC_arg(3), handle(resource_method, resource.getImpl()));
135 // Make the resource
136 IlcAltResSet resource(schedule, size);
137 // Initialize the resource
142 resource[i] = resource_of_handle(head);
146 return unify(EC_arg(3), handle(altresset_method, resource.getImpl()));
H A Dscheduler.pl81 code_type(ilc('DiscreteResource'), resource(cap(discrete(_)))).
82 code_type(ilc('CapResource'), resource(cap(_))).
83 code_type(ilc('Resource'), resource(_)).
86 code_type(ilc('ResourceConstraint'), constraint(resource)).
124 Resource = resource(R, ilc('DiscreteResource')),
128 ( foreach(resource(R, Type), Resources), foreach(R, Rs)
133 Resource = resource(ARS, ilc('AltResSet')).
154 set_capacity_max(resource(Handle, ilc('DiscreteResource')), TimeMin, TimeMax, Capacity) :-
162 consumes(activity with handle:A, Capacity of resource(Resource, ilc('CapResource')), Constraint) :-
169 consumes(activity with handle:A, Capacity of resource(Resourc
[all...]
/barrelfish-master/lib/libc/gen/
H A Dclock.c38 #include <sys/resource.h>
H A Dwait.c40 #include <sys/resource.h>
H A Dwait3.c40 #include <sys/resource.h>
H A Dnice.c38 #include <sys/resource.h>
H A Dwaitpid.c40 #include <sys/resource.h>
H A Delf_utils.c31 #include <sys/resource.h>
H A Dgetloadavg.c38 #include <sys/resource.h>
H A Dtimes.c39 #include <sys/resource.h>
H A Dulimit.c31 #include <sys/resource.h>
/barrelfish-master/usr/acpi/
H A Dacpi.c57 static ACPI_STATUS pci_resource_walker(ACPI_RESOURCE *resource, void *context) argument
63 switch (resource->Type) {
65 granularity = resource->Data.Address16.Address.Granularity;
66 min = resource->Data.Address16.Address.Minimum;
67 max = resource->Data.Address16.Address.Maximum;
68 translationoffset = resource->Data.Address16.Address.TranslationOffset;
69 addrlength = resource->Data.Address16.Address.AddressLength;
73 granularity = resource->Data.Address32.Address.Granularity;
74 min = resource->Data.Address32.Address.Minimum;
75 max = resource
269 fixed_resource_walker(ACPI_RESOURCE *resource, void *context) argument
638 hpet_resource_walker(ACPI_RESOURCE *resource, void *context) argument
[all...]
H A Dacpi_ec.c252 ACPI_RESOURCE *resource = buf.Pointer; local
253 assert(resource != NULL);
255 switch(resource->Type) {
258 ioports[nports++] = resource->Data.Io.Minimum;
262 ACPI_DEBUG("unhandled EC resource type %"PRIu32"\n", resource->Type);
265 resource = ACPI_ADD_PTR(ACPI_RESOURCE, resource, resource->Length);
266 } while (resource
[all...]
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic_make_overlap_bivs.pl37 This variable will be set to the amount of resource used by the second
40 records the amount of resource in use at the time the first task starts.
63 /* Check the minimum resource required at a certain task start time is
64 still within the resource limit. Redundant if the 'cumulative'
99 overlap, the bivalued variable is set to the amount of resource needed by the
105 Task1 = task with resource:R,
114 Task2 = task with [start:S2,duration:D2,resource:R2],
121 Task2 = task with [start:S2,duration:D2,resource:R2],
182 Task2 = task with [start:S2,duration:D2,resource:R2],
189 ; true % Biv is 0 or a resource quantit
[all...]
H A Dmake_overlap_bivs.pl37 This variable will be set to the amount of resource used by the second
40 records the amount of resource in use at the time the first task starts.
63 /* Check the minimum resource required at a certain task start time is
64 still within the resource limit. Redundant if the 'cumulative'
99 overlap, the bivalued variable is set to the amount of resource needed by the
105 Task1 = task with resource:R,
114 Task2 = task with [start:S2,duration:D2,resource:R2],
121 Task2 = task with [start:S2,duration:D2,resource:R2],
182 Task2 = task with [start:S2,duration:D2,resource:R2],
189 ; true % Biv is 0 or a resource quantit
[all...]
H A Dic_probe_search.pl51 variable resource requirement, this is reduced to its minimum
67 representing the potential resource need if two tasks overlap, and
68 resource variables representing a (variable) resource need, because
89 add_biv_cstr is used in search. If the variable is a resource
102 "gives up", sets the binary variable to the amount of resource required,
115 Task2 = task with [start:S2,duration:D2,resource:R2],
137 exceeds the resource limit). All such tasks have the same tentative
138 binary sum, 'Max'. The difference between the resource limit and
140 be reduced to meet the resource limi
[all...]
H A Dprobe_search.pl52 variable resource requirement, this is reduced to its minimum
68 representing the potential resource need if two tasks overlap, and
69 resource variables representing a (variable) resource need, because
90 add_biv_cstr is used in search. If the variable is a resource
103 "gives up", sets the binary variable to the amount of resource required,
116 Task2 = task with [start:S2,duration:D2,resource:R2],
138 exceeds the resource limit). All such tasks have the same tentative
139 binary sum, 'Max'. The difference between the resource limit and
141 be reduced to meet the resource limi
[all...]
H A Dic_probing_tests.pl143 Old resource: 8
144 New resource: 8
151 Old resource: 8
152 New resource: 7
159 Old resource: 8
160 New resource: 6
167 Old resource: 8
168 New resource: 5
279 write('Old resource: '), writeln(OldResource),
280 write('New resource
[all...]
H A Dprobing_tests.pl141 Old resource: 8
142 New resource: 8
149 Old resource: 8
150 New resource: 7
157 Old resource: 8
158 New resource: 6
165 Old resource: 8
166 New resource: 5
277 write('Old resource: '), writeln(OldResource),
278 write('New resource
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dinterrupt.h48 struct resource *res;
88 struct resource *res;
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ddtls1.h66 #include <resource.h>
/barrelfish-master/include/openssl/
H A Ddtls1.h66 #include <resource.h>
/barrelfish-master/usr/gups/
H A DRandomAccess.h112 #include <sys/resource.h>

Completed in 142 milliseconds

123