/Linux-v5.15/include/linux/ |
D | lsm_hooks.h | 1609 #define LSM_HOOK_INIT(HEAD, HOOK) \ argument 1610 { .head = &security_hook_heads.HEAD, .hook = { .HEAD = HOOK } }
|
/Linux-v5.15/Documentation/filesystems/ |
D | erofs.rst | 241 extent is generated within the range (HEAD) or not (NONHEAD). Lclusters are now 251 (HEAD) (NONHEAD) (HEAD) (NONHEAD) . 265 For each HEAD lcluster, clusterofs is recorded to indicate where a new extent 268 distance to its HEAD lcluster and the next HEAD lcluster. A PLAIN lcluster is 269 also a HEAD lcluster except that its data is uncompressed. See the comments 278 | HEAD | NONHEAD | NONHEAD | ... | NONHEAD | HEAD | HEAD | 283 If another HEAD follows a HEAD lcluster, there is no room to record CBLKCNT,
|
/Linux-v5.15/scripts/ |
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; \
|
D | setlocalversion | 48 head=$(git rev-parse --verify HEAD 2>/dev/null); then 82 git diff-index --name-only HEAD
|
/Linux-v5.15/tools/testing/ktest/examples/include/ |
D | patchcheck.conf | 14 PATCH_START := HEAD~3 15 PATCH_END := HEAD
|
D | bisect.conf | 24 BISECT_BAD = HEAD
|
/Linux-v5.15/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.c | 841 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD) | in fm10k_mbx_create_connect_hdr() 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() 1066 head = FM10K_MSG_HDR_FIELD_GET(mbx->mbx_hdr, HEAD); in fm10k_mbx_reset_work() 1156 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_connect() [all …]
|
/Linux-v5.15/tools/power/cpupower/utils/ |
D | version-gen.sh | 15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | omap3-ha.dts | 10 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
|
D | omap3-ha-lcd.dts | 10 model = "TI OMAP3 HEAD acoustics LCD-baseboard with TAO3530 SOM";
|
/Linux-v5.15/lib/zlib_inflate/ |
D | inflate.h | 18 HEAD, /* i: waiting for magic header */ enumerator
|
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-v5.15/arch/arm/boot/compressed/ |
D | Makefile | 10 HEAD = head.o macro 177 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.o \
|
/Linux-v5.15/scripts/dtc/ |
D | update-dtc-source.sh | 52 dtc_version=$(git describe HEAD)
|
/Linux-v5.15/tools/testing/selftests/rcutorture/bin/ |
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-v5.15/tools/perf/ |
D | Makefile.perf | 687 $(OUTPUT)PERF-VERSION-FILE: ../../.git/HEAD 1138 ifeq ($(wildcard ../../.git/HEAD),) 1139 GIT-HEAD-PHONY = ../../.git/HEAD 1141 GIT-HEAD-PHONY = 1148 .PHONY: $(GIT-HEAD-PHONY) TAGS tags cscope FORCE prepare
|
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/ |
D | corec37d.c | 45 NVDEF(NVC37D, WINDOW_SET_CONTROL, OWNER, HEAD(i >> 1))); in corec37d_wndw_owner()
|
/Linux-v5.15/Documentation/trace/ |
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-v5.15/drivers/block/ |
D | floppy.c | 313 #define HEAD 3 macro 2347 reply_buffer[R_HEAD] - raw_cmd->cmd[HEAD]) * raw_cmd->cmd[SECT_PER_TRACK] + in rw_interrupt() 2357 raw_cmd->cmd[HEAD]); in rw_interrupt() 2579 raw_cmd->cmd[HEAD] = fsector_t / _floppy->sect; in make_raw_rw_request() 2587 if ((_floppy->rate & FD_2M) && (!raw_cmd->cmd[TRACK]) && (!raw_cmd->cmd[HEAD])) { in make_raw_rw_request() 2600 (raw_cmd->cmd[TRACK] || raw_cmd->cmd[HEAD]) && raw_cmd->rate == 2) in make_raw_rw_request() 2608 raw_cmd->cmd[DR_SELECT] = UNIT(current_drive) + PH_HEAD(_floppy, raw_cmd->cmd[HEAD]); in make_raw_rw_request() 2634 max_sector = raw_cmd->cmd[HEAD] * _floppy->sect + tracksize; in make_raw_rw_request() 2635 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) { in make_raw_rw_request() 2637 } else if (!raw_cmd->cmd[HEAD] && CT(raw_cmd->cmd[COMMAND]) == FD_WRITE) { in make_raw_rw_request() [all …]
|
/Linux-v5.15/Documentation/networking/ |
D | tproxy.rst | 103 Squid 3.HEAD has support built-in. To use it, pass
|
/Linux-v5.15/tools/testing/ktest/ |
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-v5.15/drivers/infiniband/hw/hfi1/ |
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-v5.15/Documentation/driver-api/acpi/ |
D | linuxized-acpica.rst | 252 cherry pick. It can be omitted if the commit is "HEAD".
|
/Linux-v5.15/Documentation/driver-api/media/drivers/ |
D | dvb-usb.rst | 157 - merged my changes (for dib3000mb/dibusb) to the FE_REFACTORING, because it became HEAD
|
/Linux-v5.15/arch/powerpc/ |
D | Kconfig | 482 bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT
|