Searched refs:startbit (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Debitmap.c35 (n1->startbit == n2->startbit) &&
60 new->startbit = n->startbit;
110 c_iter->startbit = e_iter->startbit & ~(NETLBL_CATMAP_SIZE - 1);
116 e_startbit = e_iter->startbit + i * EBITMAP_UNIT_SIZE;
117 c_endbit = c_iter->startbit + NETLBL_CATMAP_SIZE;
124 c_iter->startbit
127 delta = e_startbit - c_iter->startbit;
351 u32 mapunit, count, startbit, index; local
[all...]
H A Debitmap.h30 u32 startbit; member in struct:ebitmap_node
39 #define ebitmap_startbit(e) ((e)->node ? (e)->node->startbit : 0)
49 return (*n)->startbit + ofs;
65 ofs = find_next_bit((*n)->maps, EBITMAP_SIZE, bit - (*n)->startbit + 1);
67 return ofs + (*n)->startbit;
72 return ofs + (*n)->startbit;
78 (((bit) - (node)->startbit) / EBITMAP_UNIT_SIZE)
80 (((bit) - (node)->startbit) % EBITMAP_UNIT_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_kapi.c417 if (offset > iter->startbit) {
418 while (offset >= (iter->startbit + NETLBL_CATMAP_SIZE)) {
423 node_idx = (offset - iter->startbit) / NETLBL_CATMAP_MAPSIZE;
424 node_bit = offset - iter->startbit -
438 return iter->startbit +
475 if (offset > iter->startbit) {
476 while (offset >= (iter->startbit + NETLBL_CATMAP_SIZE)) {
481 node_idx = (offset - iter->startbit) / NETLBL_CATMAP_MAPSIZE;
482 node_bit = offset - iter->startbit -
498 return iter->startbit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetlabel.h144 * @startbit: the value of the lowest order bit in the bitmap
167 u32 startbit; member in struct:netlbl_lsm_secattr_catmap
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_lsm.c1503 sap->attr.mls.cat->startbit = 0;

Completed in 128 milliseconds