/linux-2.6.39/net/sched/ |
D | cls_rsvp.h | 139 unsigned int h1, h2; in rsvp_classify() local 175 h2 = hash_src(src); in rsvp_classify() 189 for (f = s->ht[h2]; f; f = f->next) { in rsvp_classify() 230 unsigned int h2 = (handle >> 8) & 0xFF; in rsvp_get() local 232 if (h2 > 16) in rsvp_get() 236 for (f = s->ht[h2]; f; f = f->next) { in rsvp_get() 272 int h1, h2; in rsvp_destroy() local 285 for (h2 = 0; h2 <= 16; h2++) { in rsvp_destroy() 288 while ((f = s->ht[h2]) != NULL) { in rsvp_destroy() 289 s->ht[h2] = f->next; in rsvp_destroy() [all …]
|
D | cls_route.c | 224 unsigned int h1, h2; in route4_get() local 233 h2 = from_hash(handle >> 16); in route4_get() 234 if (h2 > 32) in route4_get() 239 for (f = b->ht[h2]; f; f = f->next) in route4_get() 266 int h1, h2; in route4_destroy() local 276 for (h2 = 0; h2 <= 32; h2++) { in route4_destroy() 279 while ((f = b->ht[h2]) != NULL) { in route4_destroy() 280 b->ht[h2] = f->next; in route4_destroy() 396 unsigned int h2 = from_hash(nhandle >> 16); in route4_set_parms() local 399 for (fp = b->ht[h2]; fp; fp = fp->next) in route4_set_parms()
|
D | sch_sfq.c | 147 u32 h, h2; in sfq_hash() local 159 h2 = (__force u32)iph->saddr ^ iph->protocol; in sfq_hash() 166 h2 ^= *(u32 *)((void *)iph + iph->ihl * 4 + poff); in sfq_hash() 179 h2 = (__force u32)iph->saddr.s6_addr32[3] ^ iph->nexthdr; in sfq_hash() 184 h2 ^= *(u32 *)((void *)iph + sizeof(*iph) + poff); in sfq_hash() 191 h2 = (unsigned long)skb->sk; in sfq_hash() 194 return sfq_fold_hash(q, h, h2); in sfq_hash()
|
/linux-2.6.39/drivers/media/common/ |
D | saa7146_i2c.c | 29 int h1, h2; in saa7146_i2c_msg_prepare() local 59 h1 = op_count/3; h2 = op_count%3; in saa7146_i2c_msg_prepare() 60 op[h1] |= cpu_to_le32( (u8)addr << ((3-h2)*8)); in saa7146_i2c_msg_prepare() 61 op[h1] |= cpu_to_le32(SAA7146_I2C_START << ((3-h2)*2)); in saa7146_i2c_msg_prepare() 67 h1 = op_count/3; h2 = op_count%3; in saa7146_i2c_msg_prepare() 68 op[h1] |= cpu_to_le32( (u32)((u8)m[i].buf[j]) << ((3-h2)*8)); in saa7146_i2c_msg_prepare() 69 op[h1] |= cpu_to_le32( SAA7146_I2C_CONT << ((3-h2)*2)); in saa7146_i2c_msg_prepare() 77 h1 = (op_count-1)/3; h2 = (op_count-1)%3; in saa7146_i2c_msg_prepare() 78 if ( SAA7146_I2C_CONT == (0x3 & (le32_to_cpu(op[h1]) >> ((3-h2)*2))) ) { in saa7146_i2c_msg_prepare() 79 op[h1] &= ~cpu_to_le32(0x2 << ((3-h2)*2)); in saa7146_i2c_msg_prepare() [all …]
|
/linux-2.6.39/arch/alpha/kernel/ |
D | console.c | 28 default_vga_hose_select(struct pci_controller *h1, struct pci_controller *h2) in default_vga_hose_select() argument 30 if (h2->index < h1->index) in default_vga_hose_select() 31 return h2; in default_vga_hose_select()
|
/linux-2.6.39/arch/arm/mach-omap1/ |
D | Makefile | 29 obj-$(CONFIG_MACH_OMAP_H2) += board-h2.o board-h2-mmc.o
|
/linux-2.6.39/net/packet/ |
D | af_packet.c | 236 struct tpacket2_hdr *h2; in __packet_set_status() member 247 h.h2->tp_status = status; in __packet_set_status() 248 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status() 262 struct tpacket2_hdr *h2; in __packet_get_status() member 274 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status() 275 return h.h2->tp_status; in __packet_get_status() 291 struct tpacket2_hdr *h2; in packet_lookup_frame() member 677 struct tpacket2_hdr *h2; in tpacket_rcv() member 785 h.h2->tp_len = skb->len; in tpacket_rcv() 786 h.h2->tp_snaplen = snaplen; in tpacket_rcv() [all …]
|
/linux-2.6.39/net/ipv6/ |
D | ip6_flowlabel.c | 434 static int ipv6_hdr_cmp(struct ipv6_opt_hdr *h1, struct ipv6_opt_hdr *h2) in ipv6_hdr_cmp() argument 436 if (h1 == h2) in ipv6_hdr_cmp() 438 if (h1 == NULL || h2 == NULL) in ipv6_hdr_cmp() 440 if (h1->hdrlen != h2->hdrlen) in ipv6_hdr_cmp() 442 return memcmp(h1+1, h2+1, ((h1->hdrlen+1)<<3) - sizeof(*h1)); in ipv6_hdr_cmp()
|
/linux-2.6.39/drivers/video/matrox/ |
D | matroxfb_maven.c | 213 unsigned int* h2) { in matroxfb_PLL_mavenclock() argument 267 *h2 = besth2 = ln; in matroxfb_PLL_mavenclock() 721 uninitialized_var(h2); in maven_find_exact_clocks() 724 …nclock((m->mode == MATROXFB_OUTPUT_MODE_PAL) ? &maven_PAL : &maven_NTSC, h, vt, &a, &b, &c, &h2)) { in maven_find_exact_clocks() 725 unsigned int diff = h - h2; in maven_find_exact_clocks() 732 m->hcorr = h2 - 2; in maven_find_exact_clocks()
|
/linux-2.6.39/drivers/tty/serial/ |
D | ifx6x60.c | 339 u16 h2; in ifx_spi_decode_spi_header() local 343 h2 = *(in_buffer+1); in ifx_spi_decode_spi_header() 345 if (h1 == 0 && h2 == 0) { in ifx_spi_decode_spi_header() 348 } else if (h1 == 0xffff && h2 == 0xffff) { in ifx_spi_decode_spi_header()
|
/linux-2.6.39/arch/mips/boot/ |
D | elf2ecoff.c | 120 const Elf32_Phdr *h2 = v2; in phcmp() local 122 if (h1->p_vaddr > h2->p_vaddr) in phcmp() 124 else if (h1->p_vaddr < h2->p_vaddr) in phcmp()
|
/linux-2.6.39/drivers/video/omap2/dss/ |
D | manager.c | 687 int x2, int y2, int w2, int h2) in rectangle_subset() argument 695 if (y1 + h1 > y2 + h2) in rectangle_subset() 703 int x2, int y2, int w2, int h2) in rectangle_intersects() argument 711 if (y1 >= y2 + h2) in rectangle_intersects()
|
/linux-2.6.39/security/keys/ |
D | trusted.c | 125 unsigned char *h2, unsigned char h3, ...) in TSS_authhmac() argument 165 TPM_NONCE_SIZE, h2, 1, &c, 0, 0); in TSS_authhmac()
|
/linux-2.6.39/Documentation/trace/ |
D | ftrace.txt | 836 sshd-4261 0d.h2 18us : idle_cpu (irq_enter) 845 sshd-4261 0d.h2 29us : irq_exit (do_IRQ) 846 sshd-4261 0d.h2 29us : sub_preempt_count (irq_exit)
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | README.wlags49 | 45 <hermes_type> is: 'h2' for Hermes-II, 'h25' for Hermes-II.5
|