HomeSort by relevance Sort by last modified time
    Searched refs:c_info (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/sched/pthreads/
pth_str01.h 36 typedef struct child_info c_info; typedef in typeref:struct:child_info
pth_str01.c 48 c_info *child_info; /* pointer to info array */
55 int synchronize_children(c_info *);
56 int doit(c_info *);
169 int synchronize_children(c_info * parent)
172 c_info *info_p;
321 int doit(c_info * parent)
325 c_info *info_p;
575 if ((child_info = malloc(total * sizeof(c_info)))
580 memset(child_info, 0x00, total * sizeof(c_info));
600 if ((child_info[ind].child_ptrs = malloc(breadth * sizeof(c_info *))) == NULL)
    [all...]
pth_str03.c 58 typedef struct kid_info c_info; typedef in typeref:struct:kid_info
67 c_info *child_info; /* pointer to info array */
74 int synchronize_children(c_info *);
188 int synchronize_children(c_info * parent)
191 c_info *info_p;
324 c_info *parent = (c_info *) param;
327 c_info *info_p;
553 if ((child_info = malloc(total * sizeof(c_info))) == NULL) {
557 memset(child_info, 0x00, total * sizeof(c_info));
    [all...]
  /external/libnl/lib/route/
class.c 35 if (class->c_info)
37 rtnl_tc_handle2str(class->c_info, buf, sizeof(buf)));
282 if (!class->c_info)
287 if (!leaf || leaf->q_handle != class->c_info)
cls.c 370 cls->c_prio = TC_H_MAJ(cls->c_info) >> 16;
373 cls->c_protocol = ntohs(TC_H_MIN(cls->c_info));

Completed in 205 milliseconds