Searched refs:crate (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/clk/x86/ |
H A D | clk-cgu-pll.c | 28 u64 crate, frate, rate64; in lgm_pll_calc_rate() local 31 crate = rate64 * mult; in lgm_pll_calc_rate() 34 crate += frate; in lgm_pll_calc_rate() 35 do_div(crate, div); in lgm_pll_calc_rate() 37 return crate; in lgm_pll_calc_rate()
|
/linux/rust/ |
H A D | Makefile | 41 libmacros_name := $(shell MAKEFLAGS= $(RUSTC) --print file-names --crate-name macros --crate-type p… 67 --crate-name $(subst rustdoc-,,$@) \ 95 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \ 126 --crate-type $(if $(rustc_test_library_proc),proc-macro,rlib) \ 129 --crate-name $(subst rusttest-,,$(subst rusttestlib-,,$@)) $< 167 --crate-name $(subst rusttest-,,$@) $< 178 --no-run --crate-name kernel -Zunstable-options \ 199 --crate-name $(subst rusttest-,,$@) $<; \ 207 rusttest-macros: private rustdoc_test_target_flags = --crate-type proc-macro 368 --crate-type proc-macro \ [all …]
|
/linux/scripts/ |
H A D | Makefile.compiler | 80 --crate-type=rlib --out-dir=$(TMPOUT) --emit=obj=- - >/dev/null,$(3),$(4))
|
H A D | Kconfig.include | 77 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
|
/linux/Documentation/rust/ |
H A D | general-information.rst | 99 | | +------+ +------+ | | crate | | 100 | | kernel crate | +----------+ |
|
H A D | testing.rst | 39 Kernel hacking -> Rust hacking -> Doctests for the `kernel` crate
|
/linux/drivers/media/dvb-frontends/ |
H A D | si21xx.c | 637 enum fe_code_rate crate) in si21xx_setacquire() argument 654 coderate_ptr = coderates[crate]; in si21xx_setacquire()
|
/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 802 Kbuild will compile ``target`` using ``target.rs`` as the crate root, 803 located in the same directory as the ``Makefile``. The crate may
|
/linux/lib/ |
H A D | Kconfig.debug | 3280 bool "Doctests for the `kernel` crate" if !KUNIT_ALL_TESTS 3284 This builds the documentation tests of the `kernel` crate
|