Searched refs:HEAD (Results 1 - 46 of 46) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dpmu.h25 struct list_head format; /* HEAD struct perf_pmu_format -> list */
26 struct list_head aliases; /* HEAD struct perf_pmu_alias -> list */
41 struct list_head terms; /* HEAD struct parse_events_term -> list */
/linux-4.4.14/scripts/
H A Dobjdiff74 CMT="`git rev-parse --short HEAD`"
94 SRC="`git rev-parse --short HEAD^`"
95 DST="`git rev-parse --short HEAD`"
H A Dsetlocalversion47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
76 if git diff-index --name-only HEAD | grep -qv "^scripts/package"; then
H A Dcheckkconfigsymbols.py207 """Return commit hash of current HEAD."""
208 stdout = execute("git rev-parse HEAD")
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dcoreg94.c49 { "HEAD", 2, &g84_disp_core_mthd_head },
H A Dcoreg84.c103 { "HEAD", 2, &g84_disp_core_mthd_head },
H A Dcoregk104.c118 { "HEAD", 4, &gk104_disp_core_mthd_head },
H A Dcoregf119.c169 { "HEAD", 4, &gf119_disp_core_mthd_head },
H A Dcorenv50.c162 { "HEAD", 2, &nv50_disp_core_mthd_head },
/linux-4.4.14/scripts/package/
H A DMakefile120 HEAD^{tree} $$(cd $(srctree); \
124 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
127 tar rf $(perf-tar).tar $(perf-tar)/HEAD $(perf-tar)/PERF-VERSION-FILE; \
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c157 nvkm_debug(subdev, "WAIT VBLANK !NO ACTIVE HEAD\n"); nvkm_hwsq_wait_vblank()
161 nvkm_debug(subdev, "WAIT VBLANK HEAD%d\n", head_sync); nvkm_hwsq_wait_vblank()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c148 nvkm_debug(subdev, "WAIT VBLANK !NO ACTIVE HEAD\n"); nvkm_memx_wait_vblank()
152 nvkm_debug(subdev, "WAIT VBLANK HEAD%d\n", head_sync); nvkm_memx_wait_vblank()
/linux-4.4.14/arch/arm/boot/compressed/
H A DMakefile10 HEAD = head.o macro
170 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.$(suffix_y).o \
/linux-4.4.14/lib/zlib_inflate/
H A Dinflate.h16 HEAD, /* i: waiting for magic header */ enumerator in enum:__anon14879
54 HEAD -> (gzip) or (zlib)
H A Dinflate.c32 state->mode = HEAD; zlib_inflateReset()
351 case HEAD: zlib_inflate()
753 * be waiting on the start of a block (i.e. mode == TYPE or HEAD). On exit,
763 if (state->mode != TYPE && state->mode != HEAD) zlib_inflateIncomp()
/linux-4.4.14/arch/arm64/kernel/
H A Dvmlinux.lds.S193 ASSERT(_text == (PAGE_OFFSET + TEXT_OFFSET), "HEAD is misaligned")
/linux-4.4.14/drivers/crypto/
H A Dn2_core.h147 * On configure success the hypervisor will set the FIRST, HEAD,
H A Dn2_core.c108 /* When the HEAD marker is unequal to the actual HEAD, we get
110 * completed CWQ entries and adjust the HEAD marker to clear
/linux-4.4.14/include/trace/events/
H A Dtarget.h113 { TCM_HEAD_TAG, "HEAD" }, \
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh284 git rev-parse HEAD >> $resdir/$ds/testid.txt
285 if ! git diff HEAD > $T/git-diff 2>&1
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c852 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD) | fm10k_mbx_create_connect_hdr()
866 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); fm10k_mbx_create_data_hdr()
892 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); fm10k_mbx_create_disconnect_hdr()
913 FM10K_MSG_HDR_FIELD_SET(mbx->tail, HEAD); fm10k_mbx_create_fake_disconnect_hdr()
950 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); fm10k_mbx_create_error_msg()
970 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); fm10k_mbx_validate_msg_hdr()
985 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) fm10k_mbx_validate_msg_hdr()
1004 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) fm10k_mbx_validate_msg_hdr()
1076 head = FM10K_MSG_HDR_FIELD_GET(mbx->mbx_hdr, HEAD); fm10k_mbx_reset_work()
1166 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); fm10k_mbx_process_connect()
1211 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); fm10k_mbx_process_data()
1253 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); fm10k_mbx_process_disconnect()
1303 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); fm10k_mbx_process_error()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_evict.c105 * On each list, the oldest objects lie at the HEAD with the freshest i915_gem_evict_something()
H A Dintel_lrc.c442 * restore with HEAD==TAIL execlists_context_unqueue()
446 * Apply the wa NOOPS to prevent ring:HEAD == req:TAIL execlists_context_unqueue()
1803 * restore with HEAD==TAIL (WaIdleLiteRestore). gen8_emit_request()
1824 * lite restore of a context with HEAD==TAIL. gen8_emit_request()
H A Di915_gpu_error.c256 err_printf(m, " HEAD: 0x%08x\n", ring->head); i915_ring_error_state()
H A Dintel_ringbuffer.c611 /* Enforce ordering by reading HEAD register back */ init_ring_common()
615 * registers with the above sequence (the readback of the HEAD registers init_ring_common()
H A Di915_irq.c2818 * HEAD is likely pointing to the dword after the actual command, semaphore_waits_for()
/linux-4.4.14/include/linux/
H A Dplist.h36 * HEAD| NODE(S)
H A Dlsm_hooks.h1845 #define LSM_HOOK_INIT(HEAD, HOOK) \
1846 { .head = &security_hook_heads.HEAD, .hook = { .HEAD = HOOK } }
/linux-4.4.14/drivers/xen/events/
H A Devents_fifo.c295 * Reached the tail last time? Read the new HEAD from the consume_one_event()
/linux-4.4.14/drivers/block/
H A Dfloppy.c320 #define HEAD (raw_cmd->cmd[3]) macro
2303 R_HEAD - HEAD) * SECT_PER_TRACK + rw_interrupt()
2311 pr_info("rh=%d h=%d\n", R_HEAD, HEAD); rw_interrupt()
2557 HEAD = fsector_t / _floppy->sect; make_raw_rw_request()
2565 if ((_floppy->rate & FD_2M) && (!TRACK) && (!HEAD)) { make_raw_rw_request()
2577 if ((_floppy->rate & FD_2M) && (TRACK || HEAD) && raw_cmd->rate == 2) make_raw_rw_request()
2585 DR_SELECT = UNIT(current_drive) + PH_HEAD(_floppy, HEAD); make_raw_rw_request()
2611 max_sector = HEAD * _floppy->sect + tracksize; make_raw_rw_request()
2612 } else if (!TRACK && !HEAD && !(_floppy->rate & FD_2M) && probing) { make_raw_rw_request()
2614 } else if (!HEAD && CT(COMMAND) == FD_WRITE) { make_raw_rw_request()
2750 pr_info("command=%x SECTOR=%d HEAD=%d, TRACK=%d\n", make_raw_rw_request()
2751 COMMAND, SECTOR, HEAD, TRACK); make_raw_rw_request()
/linux-4.4.14/kernel/trace/
H A Dring_buffer.c764 * Key: ---X--> HEAD flag set in pointer
864 * Set the previous list pointer to have the HEAD flag. rb_head_page_activate()
1939 * HEAD - we are the first to get here. rb_handle_head_page()
1999 * to HEAD. After that, we set the old pointer rb_handle_head_page()
2000 * to NORMAL, but only if it was HEAD before. rb_handle_head_page()
2012 * HEAD - an interrupt came in and already set it. rb_handle_head_page()
2033 * just set it back to HEAD. rb_handle_head_page()
2052 * changed the original pointer from HEAD to UPDATE), rb_handle_head_page()
4112 * clears the HEAD page and readers require it. ring_buffer_read_finish()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dsdma.c1366 (u16) read_sde_csr(sde, SD(HEAD)); sdma_gethead()
1534 hwhead = (u16)read_sde_csr(sde, SD(HEAD)); sdma_make_progress()
1793 sdma_dumpstate_helper(SD(HEAD)); sdma_dumpstate()
1904 (unsigned long long)read_sde_csr(sde, SD(HEAD)), sdma_seqfile_dump_sde()
/linux-4.4.14/arch/ia64/lib/
H A Dcopy_user.S475 // 1) HEAD
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl2886 # get current HEAD
2887 my $head = get_sha1("HEAD");
3385 my $end = "HEAD";
3392 # Get the true sha1's since we can use things like HEAD~3
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dmain.c630 * The first (from HEAD/TOP) interface in the ar->vif_list is carl9170_op_add_interface()
694 * Put the new main interface at the HEAD of the list and the carl9170_op_add_interface()
/linux-4.4.14/net/ipv4/
H A Dinet_connection_sock.c173 /* OK, here is the one we will use. HEAD is inet_csk_get_port()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_ncm.c1145 print_hex_dump(KERN_INFO, "HEAD:", DUMP_PREFIX_ADDRESS, 32, 1, ncm_unwrap_ntb()
/linux-4.4.14/net/sunrpc/
H A Dsvcsock.c1056 * XXX!: cheating for now! Only copying HEAD. receive_cb_reply()
/linux-4.4.14/arch/openrisc/kernel/
H A Dhead.S439 /* This early stuff belongs in HEAD, but some of the functions below definitely
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dcassini.h822 /* HEAD and TAIL are used to control RX desc posting and interrupt
825 * entries to hw, set TAIL = HEAD. if HEAD and TAIL indicate that no
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_cb.c1497 /* Incomplete send: replace tx on HEAD of tx_queue */ ksocknal_scheduler()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
H A Dipw2100.c105 HEAD modified in ipw2100_tx()
109 HEAD modified by ipw2100_tx_send_data()
113 HEAD modified in ipw2100_hw_send_command()
117 HEAD modified in ipw2100_tx_send_commands()
/linux-4.4.14/net/core/
H A Dskbuff.c164 /* Get the HEAD */ __alloc_skb_head()
217 /* Get the HEAD */ __alloc_skb()
/linux-4.4.14/drivers/staging/octeon-usb/
H A Docteon-hcd.c2341 * If the transaction is the HEAD of the queue and scheduled. We need to cvmx_usb_cancel()
/linux-4.4.14/fs/reiserfs/
H A Dreiserfs.h1246 * KEY & ITEM HEAD *
/linux-4.4.14/net/sctp/
H A Dsocket.c6184 /* OK, here is the one we will use. HEAD (the port sctp_get_port_local()

Completed in 2516 milliseconds