~ubuntu-branches/ubuntu/utopic/numactl/utopic-proposed

« back to all changes in this revision

Viewing changes to numa.h

  • Committer: Package Import Robot
  • Author(s): Ian Wienand
  • Date: 2012-11-15 12:20:29 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20121115122029-df53pmew2v1ydcsg
Tags: 2.0.8-1
New upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
int numa_sched_setaffinity(pid_t, struct bitmask *);
311
311
 
312
312
/* Convert an ascii list of nodes to a bitmask */
313
 
struct bitmask *numa_parse_nodestring(char *);
 
313
struct bitmask *numa_parse_nodestring(const char *);
 
314
 
 
315
/* Convert an ascii list of nodes to a bitmask without current nodeset
 
316
 * dependency */
 
317
struct bitmask *numa_parse_nodestring_all(const char *);
314
318
 
315
319
/* Convert an ascii list of cpu to a bitmask */
316
 
struct bitmask *numa_parse_cpustring(char *);
 
320
struct bitmask *numa_parse_cpustring(const char *);
 
321
 
 
322
/* Convert an ascii list of cpu to a bitmask without current taskset
 
323
 * dependency */
 
324
struct bitmask *numa_parse_cpustring_all(const char *);
317
325
 
318
326
/*
319
327
 * The following functions are for source code compatibility