HomeSort by relevance Sort by last modified time
    Searched defs:nodeid (Results 1 - 14 of 14) sorted by null

  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
cpuinfo.h 5 int nodeid; /* which node is this CPU on */ member in struct:cpuinfo
  /bionic/libc/kernel/uapi/linux/
dlm_plock.h 39 __s32 nodeid; member in struct:dlm_plock_info
dlm_netlink.h 32 int nodeid; member in struct:dlm_lock_data
dlm_device.h 50 __u32 nodeid; member in struct:dlm_purge_params
fuse.h 175 uint64_t nodeid; member in struct:fuse_entry_out
187 uint64_t nodeid; member in struct:fuse_forget_one
423 uint64_t nodeid; member in struct:fuse_in_header
467 uint64_t nodeid; member in struct:fuse_notify_store_out
474 uint64_t nodeid; member in struct:fuse_notify_retrieve_out
  /external/antlr/runtime/ObjC/Framework/
ACBTree.h 55 NSInteger lnodeid; /* nodeid of left node */
56 NSInteger rnodeid; /* nodeid of right node */
57 NSInteger nodeid; /* node id */ variable
73 @property (assign) NSInteger nodeid; variable
  /external/kernel-headers/original/uapi/linux/
dlm_plock.h 36 __s32 nodeid; member in struct:dlm_plock_info
dlm_netlink.h 27 int nodeid; member in struct:dlm_lock_data
dlm_device.h 58 __u32 nodeid; member in struct:dlm_purge_params
fuse.h 418 uint64_t nodeid; /* Inode ID */ member in struct:fuse_entry_out
419 uint64_t generation; /* Inode generation: nodeid:gen must
433 uint64_t nodeid; member in struct:fuse_forget_one
715 uint64_t nodeid; member in struct:fuse_in_header
772 uint64_t nodeid; member in struct:fuse_notify_store_out
780 uint64_t nodeid; member in struct:fuse_notify_retrieve_out
  /external/libnl/tests/
test-complex-HTB-with-hash-filters.c 48 __u32 htid=0, hash=0, nodeid=0; local
70 nodeid = strtoul(str, &tmp, 16);
73 if (nodeid>=0x1000)
77 *handle = (htid<<20)|(hash<<12)|nodeid;
504 //uint32_t hash, hashmask, nodeid, divisor, handle;
566 * uint32_t handle = (htid << 20) | (hash << 12) | nodeid;
594 //nodeid = 0x0; // unused here
test-u32-filter-with-actions.c 47 __u32 htid=0, hash=0, nodeid=0; local
69 nodeid = strtoul(str, &tmp, 16);
72 if (nodeid>=0x1000)
76 *handle = (htid<<20)|(hash<<12)|nodeid;
274 * uint32_t handle = (htid << 20) | (hash << 12) | nodeid;
302 //nodeid = 0x0; // unused here
  /external/u-boot/drivers/ddr/fsl/
util.c 394 u64 nodeid; local
400 nodeid = in_le64(hnf_sam_ctrl) & CCN_HN_F_SAM_NODEID_MASK;
401 if (nodeid == CCN_HN_F_SAM_NODEID_DDR0) {
403 } else if (nodeid == CCN_HN_F_SAM_NODEID_DDR1) {
406 printf("Unknown nodeid in HN-F SAM control: 0x%llx\n",
407 nodeid);
  /external/iproute2/tc/
f_u32.c 49 __u32 htid = 0, hash = 0, nodeid = 0; local
71 nodeid = strtoul(str, &tmp, 16);
74 if (nodeid >= 0x1000)
78 *handle = (htid<<20)|(hash<<12)|nodeid;
87 __u32 nodeid = TC_U32_NODE(handle); local
100 if (nodeid|hash) {
107 if (nodeid) {
108 int l = snprintf(b, bsize, ":%x", nodeid);

Completed in 2175 milliseconds