thp 662 arch/x86/include/asm/uv/uv_bau.h struct hub_and_pnode *thp; thp 353 arch/x86/platform/uv/tlb_uv.c hpp = &smaster->thp[cpu]; thp 1063 arch/x86/platform/uv/tlb_uv.c hpp = &bcp->socket_master->thp[cpu]; thp 2000 arch/x86/platform/uv/tlb_uv.c smaster->thp = kzalloc_node(hpsz, GFP_KERNEL, smaster->osnode); thp 2002 arch/x86/platform/uv/tlb_uv.c smaster->thp[cpu].pnode = uv_cpu_hub_info(cpu)->pnode; thp 2003 arch/x86/platform/uv/tlb_uv.c smaster->thp[cpu].uvhub = uv_cpu_hub_info(cpu)->numa_blade_id; thp 661 drivers/i2c/busses/i2c-octeon-core.c int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000; thp 688 drivers/i2c/busses/i2c-octeon-core.c thp = thp_idx; thp 695 drivers/i2c/busses/i2c-octeon-core.c octeon_i2c_reg_write(i2c, SW_TWSI_OP_TWSI_CLK, thp); thp 497 drivers/net/slip/slhc.c struct tcphdr *thp; thp 534 drivers/net/slip/slhc.c thp = &cs->cs_tcp; thp 537 drivers/net/slip/slhc.c thp->check = *(__sum16 *)cp; thp 540 drivers/net/slip/slhc.c thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; thp 547 drivers/net/slip/slhc.c hdrlen = ip->ihl * 4 + thp->doff * 4; thp 554 drivers/net/slip/slhc.c thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); thp 555 drivers/net/slip/slhc.c thp->seq = htonl( ntohl(thp->seq) + i); thp 560 drivers/net/slip/slhc.c thp->seq = htonl( ntohl(thp->seq) + thp 566 drivers/net/slip/slhc.c thp->urg = 1; thp 570 drivers/net/slip/slhc.c thp->urg_ptr = htons(x); thp 572 drivers/net/slip/slhc.c thp->urg = 0; thp 577 drivers/net/slip/slhc.c thp->window = htons( ntohs(thp->window) + x); thp 583 drivers/net/slip/slhc.c thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); thp 589 drivers/net/slip/slhc.c thp->seq = htonl( ntohl(thp->seq) + x); thp 628 drivers/net/slip/slhc.c memcpy(cp, thp, 20); thp 631 drivers/net/slip/slhc.c if (thp->doff > 5) { thp 632 drivers/net/slip/slhc.c memcpy(cp, cs->cs_tcpopt, ((thp->doff) - 5) * 4); thp 633 drivers/net/slip/slhc.c cp += ((thp->doff) - 5) * 4; thp 3057 fs/nfs/pnfs.c struct nfs4_threshold *thp; thp 3059 fs/nfs/pnfs.c thp = kzalloc(sizeof(*thp), GFP_NOFS); thp 3060 fs/nfs/pnfs.c if (!thp) { thp 3064 fs/nfs/pnfs.c return thp; thp 3 include/trace/events/thp.h #define TRACE_SYSTEM thp thp 1427 mm/gup.c struct page *thp; thp 1438 mm/gup.c thp = __alloc_pages_node(nid, thp_gfpmask, HPAGE_PMD_ORDER); thp 1439 mm/gup.c if (!thp) thp 1441 mm/gup.c prep_transhuge_page(thp); thp 1442 mm/gup.c return thp; thp 1006 mm/mempolicy.c struct page *thp; thp 1008 mm/mempolicy.c thp = alloc_pages_node(node, thp 1011 mm/mempolicy.c if (!thp) thp 1013 mm/mempolicy.c prep_transhuge_page(thp); thp 1014 mm/mempolicy.c return thp; thp 1182 mm/mempolicy.c struct page *thp; thp 1184 mm/mempolicy.c thp = alloc_hugepage_vma(GFP_TRANSHUGE, vma, address, thp 1186 mm/mempolicy.c if (!thp) thp 1188 mm/mempolicy.c prep_transhuge_page(thp); thp 1189 mm/mempolicy.c return thp; thp 111 tools/perf/bench/numa.c int thp; thp 195 tools/perf/bench/numa.c OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"), thp 368 tools/perf/bench/numa.c int init_zero, int init_cpu0, int thp, int init_random) thp 392 tools/perf/bench/numa.c if (thp > 0) { thp 399 tools/perf/bench/numa.c if (thp < 0) { thp 450 tools/perf/bench/numa.c return alloc_data(bytes, MAP_SHARED, 1, g->p.init_cpu0, g->p.thp, g->p.init_random); thp 458 tools/perf/bench/numa.c return alloc_data(bytes, MAP_SHARED, 0, g->p.init_cpu0, g->p.thp, g->p.init_random); thp 467 tools/perf/bench/numa.c return alloc_data(bytes, MAP_PRIVATE, 0, g->p.init_cpu0, g->p.thp, g->p.init_random); thp 35 tools/testing/selftests/vm/gup_benchmark.c int i, fd, filed, opt, nr_pages = 1, thp = -1, repeats = 1, write = 0; thp 52 tools/testing/selftests/vm/gup_benchmark.c thp = 1; thp 55 tools/testing/selftests/vm/gup_benchmark.c thp = 0; thp 99 tools/testing/selftests/vm/gup_benchmark.c if (thp == 1) thp 101 tools/testing/selftests/vm/gup_benchmark.c else if (thp == 0)