Searched refs:thp (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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.1.27/drivers/i2c/busses/ |
D | i2c-octeon.c | 450 int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000; in octeon_i2c_setclock() local 477 thp = thp_idx; in octeon_i2c_setclock() 484 octeon_i2c_write_sw(i2c, SW_TWSI_OP_TWSI_CLK, thp); in octeon_i2c_setclock()
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 96 int thp; member 180 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"), 311 int init_zero, int init_cpu0, int thp, int init_random) in alloc_data() argument 333 if (thp > 0) { in alloc_data() 340 if (thp < 0) { in alloc_data() 391 return alloc_data(bytes, MAP_SHARED, 1, g->p.init_cpu0, g->p.thp, g->p.init_random); in zalloc_shared_data() 399 return alloc_data(bytes, MAP_SHARED, 0, g->p.init_cpu0, g->p.thp, g->p.init_random); in setup_shared_data() 408 return alloc_data(bytes, MAP_PRIVATE, 0, g->p.init_cpu0, g->p.thp, g->p.init_random); in setup_private_data()
|
/linux-4.1.27/include/trace/events/ |
D | thp.h | 2 #define TRACE_SYSTEM thp
|
/linux-4.1.27/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.1.27/arch/x86/include/asm/uv/ |
D | uv_bau.h | 635 struct hub_and_pnode *thp; member
|
/linux-4.1.27/fs/nfs/ |
D | pnfs.c | 2244 struct nfs4_threshold *thp; in pnfs_mdsthreshold_alloc() local 2246 thp = kzalloc(sizeof(*thp), GFP_NOFS); in pnfs_mdsthreshold_alloc() 2247 if (!thp) { in pnfs_mdsthreshold_alloc() 2251 return thp; in pnfs_mdsthreshold_alloc()
|
/linux-4.1.27/Documentation/vm/ |
D | transhuge.txt | 169 A lower value leads to gain less thp performance. Value of
|