/linux/include/linux/ |
A D | lsm_hooks.h | 1625 #define LSM_HOOK_INIT(HEAD, HOOK) \ argument 1626 { .head = &security_hook_heads.HEAD, .hook = { .HEAD = HOOK } }
|
/linux/Documentation/filesystems/ |
A D | erofs.rst | 245 extent is generated within the range (HEAD) or not (NONHEAD). Lclusters are now 255 (HEAD) (NONHEAD) (HEAD) (NONHEAD) . 269 For each HEAD lcluster, clusterofs is recorded to indicate where a new extent 272 distance to its HEAD lcluster and the next HEAD lcluster. A PLAIN lcluster is 273 also a HEAD lcluster except that its data is uncompressed. See the comments 282 | HEAD | NONHEAD | NONHEAD | ... | NONHEAD | HEAD | HEAD | 287 If another HEAD follows a HEAD lcluster, there is no room to record CBLKCNT,
|
/linux/scripts/ |
A D | Makefile.package | 120 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; \
|
A D | setlocalversion | 48 head=$(git rev-parse --verify HEAD 2>/dev/null); then 82 git diff-index --name-only HEAD
|
/linux/tools/testing/ktest/examples/include/ |
A D | patchcheck.conf | 14 PATCH_START := HEAD~3 15 PATCH_END := HEAD
|
A D | bisect.conf | 24 BISECT_BAD = HEAD
|
/linux/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_mbx.c | 855 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_data_hdr() 881 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_disconnect_hdr() 902 FM10K_MSG_HDR_FIELD_SET(mbx->tail, HEAD); in fm10k_mbx_create_fake_disconnect_hdr() 939 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_error_msg() 958 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_validate_msg_hdr() 973 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr() 992 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr() 1156 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_connect() 1202 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_data() 1245 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_disconnect() [all …]
|
/linux/arch/arm/boot/compressed/ |
A D | Makefile | 10 HEAD = head.o macro 177 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.o \
|
/linux/tools/power/cpupower/utils/ |
A D | version-gen.sh | 15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
|
/linux/arch/arm/boot/dts/ |
A D | omap3-ha.dts | 10 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
|
A D | omap3-ha-lcd.dts | 10 model = "TI OMAP3 HEAD acoustics LCD-baseboard with TAO3530 SOM";
|
/linux/lib/zlib_inflate/ |
A D | inflate.h | 18 HEAD, /* i: waiting for magic header */ enumerator
|
A D | inflate.c | 42 state->mode = HEAD; in zlib_inflateReset() 365 case HEAD: in zlib_inflate() 791 if (state->mode != TYPE && state->mode != HEAD) in zlib_inflateIncomp()
|
/linux/scripts/dtc/ |
A D | update-dtc-source.sh | 52 dtc_version=$(git describe HEAD)
|
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | kvm.sh | 423 echo Current commit: `git rev-parse HEAD` >> $resdir/$ds/testid.txt 429 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt 430 git diff HEAD >> $resdir/$ds/testid.txt
|
/linux/tools/perf/ |
A D | Makefile.perf | 694 $(OUTPUT)PERF-VERSION-FILE: ../../.git/HEAD 1146 ifeq ($(wildcard ../../.git/HEAD),) 1147 GIT-HEAD-PHONY = ../../.git/HEAD 1149 GIT-HEAD-PHONY = 1156 .PHONY: $(GIT-HEAD-PHONY) TAGS tags cscope FORCE prepare
|
/linux/Documentation/trace/ |
A D | ring-buffer-design.rst | 782 that converted a pointer from HEAD to UPDATE will convert it back 855 It changes it from HEAD to UPDATE:: 880 But now that the third writer did change the HEAD flag to UPDATE it 925 while it updates the HEAD page. It will then update the head page to 940 will see it succeeded in updating the pointer from NORMAL to HEAD. 957 writers means that it only needs to check this after setting the HEAD page::
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
A D | corec37d.c | 45 NVDEF(NVC37D, WINDOW_SET_CONTROL, OWNER, HEAD(i >> 1))); in corec37d_wndw_owner()
|
/linux/drivers/block/ |
A D | floppy.c | 314 #define HEAD 3 macro 2348 reply_buffer[R_HEAD] - raw_cmd->cmd[HEAD]) * raw_cmd->cmd[SECT_PER_TRACK] + in rw_interrupt() 2358 raw_cmd->cmd[HEAD]); in rw_interrupt() 2580 raw_cmd->cmd[HEAD] = fsector_t / _floppy->sect; in make_raw_rw_request() 2588 if ((_floppy->rate & FD_2M) && (!raw_cmd->cmd[TRACK]) && (!raw_cmd->cmd[HEAD])) { in make_raw_rw_request() 2601 (raw_cmd->cmd[TRACK] || raw_cmd->cmd[HEAD]) && raw_cmd->rate == 2) in make_raw_rw_request() 2609 raw_cmd->cmd[DR_SELECT] = UNIT(current_drive) + PH_HEAD(_floppy, raw_cmd->cmd[HEAD]); in make_raw_rw_request() 2635 max_sector = raw_cmd->cmd[HEAD] * _floppy->sect + tracksize; in make_raw_rw_request() 2636 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) { in make_raw_rw_request() 2638 } else if (!raw_cmd->cmd[HEAD] && CT(raw_cmd->cmd[COMMAND]) == FD_WRITE) { in make_raw_rw_request() [all …]
|
/linux/tools/testing/ktest/ |
A D | ktest.pl | 4137 open (HEAD, ">$header_file") or die "Can not create $header_file\n"; 4138 print HEAD "To: $mailto\n"; 4139 print HEAD "Subject: $subject\n\n"; 4140 print HEAD "$message\n"; 4141 close HEAD;
|
/linux/Documentation/networking/ |
A D | tproxy.rst | 103 Squid 3.HEAD has support built-in. To use it, pass
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | sdma.c | 1676 (u16)read_sde_csr(sde, SD(HEAD)); in sdma_gethead() 1833 hwhead = (u16)read_sde_csr(sde, SD(HEAD)); in sdma_make_progress() 2079 sdma_dumpstate_helper(SD(HEAD)); in sdma_dumpstate() 2187 (unsigned long long)read_sde_csr(sde, SD(HEAD)), head, in sdma_seqfile_dump_sde()
|
/linux/arch/arm64/kernel/ |
A D | vmlinux.lds | 186 ASSERT(_text == ((((((-(((1)) << ((((48))) - 1)))) + (0x08000000))) + (0x08000000))), "HEAD is misa…
|
/linux/Documentation/driver-api/acpi/ |
A D | linuxized-acpica.rst | 252 cherry pick. It can be omitted if the commit is "HEAD".
|
/linux/Documentation/driver-api/media/drivers/ |
A D | dvb-usb.rst | 157 - merged my changes (for dib3000mb/dibusb) to the FE_REFACTORING, because it became HEAD
|