Searched refs:plc (Results 1 – 3 of 3) sorted by relevance
88 int i, j, errtype, plc = 0; in main() local195 plc = 1; in main()500 if (plc && (framecnt + 1) % 10 == 0) { in main()560 if (plc && (framecnt + 1) % 10 == 0) { in main()
3117 struct cpuset_placement *plc; in cpuset_get_placement() local3122 if ((plc = calloc(1, sizeof(*plc))) == NULL) in cpuset_get_placement()3126 if ((plc->cpus = bitmask_alloc(nbits)) == NULL) in cpuset_get_placement()3130 if ((plc->mems = bitmask_alloc(nbits)) == NULL) in cpuset_get_placement()3140 bitmask_copy(plc->cpus, cp->cpus); in cpuset_get_placement()3141 bitmask_copy(plc->mems, cp->mems); in cpuset_get_placement()3142 plc->path = strdup(buf); in cpuset_get_placement()3145 return plc; in cpuset_get_placement()3148 cpuset_free_placement(plc); in cpuset_get_placement()3162 void cpuset_free_placement(struct cpuset_placement *plc) in cpuset_free_placement() argument[all …]
250 void cpuset_free_placement(struct cpuset_placement *plc);