Home
last modified time | relevance | path

Searched refs:apt (Results 1 – 13 of 13) sorted by relevance

/linux/fs/
H A Daio.c1898 struct aio_poll_table apt; in aio_poll() local
1917 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
1918 apt.pt._key = req->events; in aio_poll()
1919 apt.iocb = aiocb; in aio_poll()
1920 apt.queued = false; in aio_poll()
1921 apt.error = -EINVAL; /* same as no support for IOCB_CMD_POLL */ in aio_poll()
1927 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
1929 if (likely(apt.queued)) { in aio_poll()
1937 if (apt.error) /* unsupported case: multiple queues */ in aio_poll()
1939 apt.error = 0; in aio_poll()
[all …]
/linux/tools/testing/selftests/amd-pstate/
H A Drun.sh223 if apt policy dbench > /dev/null 2>&1; then
224 echo $msg apt install dbench >&2
/linux/Documentation/translations/zh_CN/kbuild/
H A Dgcc-plugins.rst85 apt-get install gcc-10-plugin-dev
/linux/Documentation/bpf/
H A Ds390.rst39 sudo apt-get update
40 sudo apt-get install \
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst85 sudo apt-get install build-essential flex bison yacc
86 sudo apt install libelf-dev systemtap-sdt-dev libslang2-dev libperl-dev libdw-dev
90 sudo apt-get install cscope
94 apt-get install stress-ng
95 apt-get install paxtest
/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DREADME40 e.g. apt-get install libperl-dev or yum install perl-ExtUtils-Embed.
/linux/Documentation/rust/
H A Dquick-start.rst45 apt install rustc rust-src bindgen rustfmt rust-clippy
99 apt install rustc rust-src bindgen rustfmt rust-clippy
115 apt install rustc-1.80 rust-1.80-src bindgen-0.65 rustfmt-1.80 \
/linux/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt63 …http://www.moe.co.uk/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt
/linux/Documentation/kbuild/
H A Dgcc-plugins.rst89 apt-get install gcc-10-plugin-dev
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1369 struct vm_system_aperture_param apt; in dcn20_enable_plane() local
1371 apt.sys_default.quad_part = 0; in dcn20_enable_plane()
1373 apt.sys_low.quad_part = dc->vm_pa_config.system_aperture.start_addr; in dcn20_enable_plane()
1374 apt.sys_high.quad_part = dc->vm_pa_config.system_aperture.end_addr; in dcn20_enable_plane()
1377 …e_ctx->plane_res.hubp->funcs->hubp_set_vm_system_aperture_settings(pipe_ctx->plane_res.hubp, &apt); in dcn20_enable_plane()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2798 struct vm_system_aperture_param apt; in hwss_hubp_set_vm_system_aperture_settings() local
2800 apt.sys_default = params->hubp_set_vm_system_aperture_settings_params.sys_default; in hwss_hubp_set_vm_system_aperture_settings()
2801 apt.sys_high = params->hubp_set_vm_system_aperture_settings_params.sys_high; in hwss_hubp_set_vm_system_aperture_settings()
2802 apt.sys_low = params->hubp_set_vm_system_aperture_settings_params.sys_low; in hwss_hubp_set_vm_system_aperture_settings()
2805 hubp->funcs->hubp_set_vm_system_aperture_settings(hubp, &apt); in hwss_hubp_set_vm_system_aperture_settings()
/linux/Documentation/driver-api/
H A Ddevice_link.rst169 relationship between the devices and is thus more apt.
/linux/tools/power/pm-graph/
H A DREADME68 sudo apt-get install python python-configparser python-requests linux-tools-common