Searched refs:thp (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/slip/ |
D | slhc.c | 491 register struct tcphdr *thp; in slhc_uncompress() local 524 thp = &cs->cs_tcp; in slhc_uncompress() 527 thp->check = *(__sum16 *)cp; in slhc_uncompress() 530 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; in slhc_uncompress() 537 hdrlen = ip->ihl * 4 + thp->doff * 4; in slhc_uncompress() 544 thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); in slhc_uncompress() 545 thp->seq = htonl( ntohl(thp->seq) + i); in slhc_uncompress() 550 thp->seq = htonl( ntohl(thp->seq) + in slhc_uncompress() 556 thp->urg = 1; in slhc_uncompress() 560 thp->urg_ptr = htons(x); in slhc_uncompress() [all …]
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-octeon.c | 447 int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000; in octeon_i2c_setclock() local 474 thp = thp_idx; in octeon_i2c_setclock() 481 octeon_i2c_write_sw(i2c, SW_TWSI_OP_TWSI_CLK, thp); in octeon_i2c_setclock()
|
/linux-4.4.14/include/trace/events/ |
D | thp.h | 2 #define TRACE_SYSTEM thp
|
/linux-4.4.14/tools/perf/bench/ |
D | numa.c | 101 int thp; member 185 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"), 316 int init_zero, int init_cpu0, int thp, int init_random) in alloc_data() argument 338 if (thp > 0) { in alloc_data() 345 if (thp < 0) { in alloc_data() 396 return alloc_data(bytes, MAP_SHARED, 1, g->p.init_cpu0, g->p.thp, g->p.init_random); in zalloc_shared_data() 404 return alloc_data(bytes, MAP_SHARED, 0, g->p.init_cpu0, g->p.thp, g->p.init_random); in setup_shared_data() 413 return alloc_data(bytes, MAP_PRIVATE, 0, g->p.init_cpu0, g->p.thp, g->p.init_random); in setup_private_data()
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 341 hpp = &smaster->thp[cpu]; in pnode_to_first_cpu() 1039 hpp = &bcp->socket_master->thp[cpu]; in set_distrib_bits() 1973 smaster->thp = kmalloc_node(hpsz, GFP_KERNEL, smaster->osnode); in make_per_cpu_thp() 1974 memset(smaster->thp, 0, hpsz); in make_per_cpu_thp() 1976 smaster->thp[cpu].pnode = uv_cpu_hub_info(cpu)->pnode; in make_per_cpu_thp() 1977 smaster->thp[cpu].uvhub = uv_cpu_hub_info(cpu)->numa_blade_id; in make_per_cpu_thp()
|
/linux-4.4.14/arch/x86/include/asm/uv/ |
D | uv_bau.h | 635 struct hub_and_pnode *thp; member
|
/linux-4.4.14/fs/nfs/ |
D | pnfs.c | 2320 struct nfs4_threshold *thp; in pnfs_mdsthreshold_alloc() local 2322 thp = kzalloc(sizeof(*thp), GFP_NOFS); in pnfs_mdsthreshold_alloc() 2323 if (!thp) { in pnfs_mdsthreshold_alloc() 2327 return thp; in pnfs_mdsthreshold_alloc()
|
/linux-4.4.14/arch/arc/mm/ |
D | tlbex.S | 213 and.f 0, r3, _PAGE_HW_SZ ; Is this Huge PMD (thp)
|
/linux-4.4.14/Documentation/vm/ |
D | transhuge.txt | 169 A lower value leads to gain less thp performance. Value of
|