Home
last modified time | relevance | path

Searched refs:HEAD (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.3-rc2/include/linux/
A Dlsm_hooks.h1704 #define LSM_HOOK_INIT(HEAD, HOOK) \ argument
1705 { .head = &security_hook_heads.HEAD, .hook = { .HEAD = HOOK } }
/linux-6.3-rc2/arch/riscv/
A DKconfig.erratas37 bool "T-HEAD errata"
41 All T-HEAD errata Kconfig depend on this Kconfig. Disabling
42 this Kconfig will disable all T-HEAD errata. Please say "Y"
43 here if your platform uses T-HEAD CPU cores.
/linux-6.3-rc2/Documentation/filesystems/
A Derofs.rst284 extent is generated within the range (HEAD) or not (NONHEAD). Lclusters are now
294 (HEAD) (NONHEAD) (HEAD) (NONHEAD) .
308 For each HEAD lcluster, clusterofs is recorded to indicate where a new extent
311 distance to its HEAD lcluster and the next HEAD lcluster. A PLAIN lcluster is
312 also a HEAD lcluster except that its data is uncompressed. See the comments
321 | HEAD | NONHEAD | NONHEAD | ... | NONHEAD | HEAD | HEAD |
326 If another HEAD follows a HEAD lcluster, there is no room to record CBLKCNT,
/linux-6.3-rc2/scripts/
A Dsetlocalversion42 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then
90 git diff-index --name-only HEAD
A DMakefile.package191 head=$$(git -C $(srctree) rev-parse --verify HEAD 2>/dev/null); then \
197 .tmp_perf/HEAD: .tmp_perf FORCE
206 .tmp_perf/PERF-VERSION-FILE: .tmp_perf/HEAD $(srctree)/tools/perf/util/PERF-VERSION-GEN
215 $(perf-tar-src-pkg-tarball): .tmp_filelist .tmp_perf/HEAD .tmp_perf/PERF-VERSION-FILE
/linux-6.3-rc2/tools/testing/ktest/examples/include/
A Dpatchcheck.conf14 PATCH_START := HEAD~3
15 PATCH_END := HEAD
A Dbisect.conf24 BISECT_BAD = HEAD
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_mbx.c855 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-6.3-rc2/arch/arm/boot/compressed/
A DMakefile10 HEAD = head.o macro
154 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.o \
/linux-6.3-rc2/tools/power/cpupower/utils/
A Dversion-gen.sh15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/linux-6.3-rc2/arch/arm/boot/dts/
A Domap3-ha.dts10 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
A Domap3-ha-lcd.dts10 model = "TI OMAP3 HEAD acoustics LCD-baseboard with TAO3530 SOM";
/linux-6.3-rc2/lib/zlib_inflate/
A Dinflate.h18 HEAD, /* i: waiting for magic header */ enumerator
A Dinflate.c42 state->mode = HEAD; in zlib_inflateReset()
365 case HEAD: in zlib_inflate()
791 if (state->mode != TYPE && state->mode != HEAD) in zlib_inflateIncomp()
/linux-6.3-rc2/scripts/dtc/
A Dupdate-dtc-source.sh52 dtc_version=$(git describe HEAD)
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dkvm.sh431 echo Current commit: `git rev-parse HEAD` >> $resdir/$ds/testid.txt
437 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt
438 git diff HEAD >> $resdir/$ds/testid.txt
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Dsifive,plic-1.0.0.yaml36 RZ/Five SoC (AX45MP AndesCore with a NCEPLIC100) and the T-HEAD C900 PLIC.
44 T-HEAD PLIC implementation requires setting a delegation bit to allow access
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/
A Dcorec37d.c45 NVDEF(NVC37D, WINDOW_SET_CONTROL, OWNER, HEAD(i >> 1))); in corec37d_wndw_owner()
/linux-6.3-rc2/Documentation/trace/
A Dring-buffer-design.rst782 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-6.3-rc2/drivers/block/
A Dfloppy.c314 #define HEAD 3 macro
2346 reply_buffer[R_HEAD] - raw_cmd->cmd[HEAD]) * raw_cmd->cmd[SECT_PER_TRACK] + in rw_interrupt()
2356 raw_cmd->cmd[HEAD]); in rw_interrupt()
2576 raw_cmd->cmd[HEAD] = fsector_t / _floppy->sect; in make_raw_rw_request()
2584 if ((_floppy->rate & FD_2M) && (!raw_cmd->cmd[TRACK]) && (!raw_cmd->cmd[HEAD])) { in make_raw_rw_request()
2597 (raw_cmd->cmd[TRACK] || raw_cmd->cmd[HEAD]) && raw_cmd->rate == 2) in make_raw_rw_request()
2605 raw_cmd->cmd[DR_SELECT] = UNIT(current_drive) + PH_HEAD(_floppy, raw_cmd->cmd[HEAD]); in make_raw_rw_request()
2631 max_sector = raw_cmd->cmd[HEAD] * _floppy->sect + tracksize; in make_raw_rw_request()
2632 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) { in make_raw_rw_request()
2634 } else if (!raw_cmd->cmd[HEAD] && CT(raw_cmd->cmd[COMMAND]) == FD_WRITE) { in make_raw_rw_request()
[all …]
/linux-6.3-rc2/Documentation/networking/
A Dtproxy.rst103 Squid 3.HEAD has support built-in. To use it, pass
/linux-6.3-rc2/tools/testing/ktest/
A Dktest.pl4168 open (HEAD, ">$header_file") or die "Can not create $header_file\n";
4169 print HEAD "To: $mailto\n";
4170 print HEAD "Subject: $subject\n\n";
4171 print HEAD "$message\n";
4172 close HEAD;
/linux-6.3-rc2/Documentation/kbuild/
A Dreproducible-builds.rst127 ``git reset HEAD^``, even if the code is the same, the
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dsdma.c1678 (u16)read_sde_csr(sde, SD(HEAD)); in sdma_gethead()
1835 hwhead = (u16)read_sde_csr(sde, SD(HEAD)); in sdma_make_progress()
2081 sdma_dumpstate_helper(SD(HEAD)); in sdma_dumpstate()
2189 (unsigned long long)read_sde_csr(sde, SD(HEAD)), head, in sdma_seqfile_dump_sde()
/linux-6.3-rc2/Documentation/driver-api/acpi/
A Dlinuxized-acpica.rst252 cherry pick. It can be omitted if the commit is "HEAD".

Completed in 36 milliseconds

12