Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 84) sorted by relevance

1234

/linux/rust/kernel/
H A Dinit.rs901 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() argument
1000 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() argument
1056 ) -> impl PinInit<T, E> { in pin_init_from_closure()
1075 ) -> impl Init<T, E> { in init_from_closure()
1083 pub fn uninit<T, E>() -> impl Init<MaybeUninit<T>, E> { in uninit() argument
1099 pub fn init_array_from_fn<I, const N: usize, T, E>( in init_array_from_fn() argument
1103 I: Init<T, E>,
1144 pub fn pin_init_array_from_fn<I, const N: usize, T, E>( in pin_init_array_from_fn() argument
1148 I: PinInit<T, E>,
1179 unsafe impl<T, E> Init<T, E> for T { implementation
[all …]
H A Dworkqueue.rs215 func: T, in try_spawn()
238 fn project(self: Pin<&mut Self>) -> &mut Option<T> { in project()
458 unsafe fn raw_get_work(ptr: *mut Self) -> *mut Work<T, ID> { in raw_get_work()
469 unsafe fn work_container_of(ptr: *mut Work<T, ID>) -> *mut Self in work_container_of()
/linux/drivers/comedi/drivers/tests/
H A Dni_routes_test.c310 const struct ni_route_tables *T = &private.routing_tables; in test_ni_route_to_register() local
360 const struct ni_route_tables *T = &private.routing_tables; in test_ni_lookup_route_register() local
399 const struct ni_route_tables *T = &private.routing_tables; in test_route_is_valid() local
454 const struct ni_route_tables *T = &private.routing_tables; in test_ni_count_valid_routes() local
462 const struct ni_route_tables *T = &private.routing_tables; in test_ni_get_valid_routes() local
479 const struct ni_route_tables *T = &private.routing_tables; in test_ni_find_route_source() local
496 const struct ni_route_tables *T = &private.routing_tables; in test_route_register_is_valid() local
511 const struct ni_route_tables *T = &private.routing_tables; in test_ni_check_trigger_arg() local
544 const struct ni_route_tables *T = &private.routing_tables; in test_ni_get_reg_value() local
/linux/drivers/gpu/drm/i915/
H A Di915_params.c44 #define i915_param_named(name, T, perm, desc) \ argument
47 #define i915_param_named_unsafe(name, T, perm, desc) \ argument
52 #define MEMBER(T, member, value, ...) .member = (value), argument
185 #define PRINT(T, x, ...) _param_print(p, #x, params->x); in i915_params_dump() argument
207 #define DUP(T, x, ...) _param_dup(&dest->x); in i915_params_copy() argument
226 #define FREE(T, x, ...) _param_free(&params->x); in i915_params_free() argument
H A Di915_selftest.h89 #define i915_subtests(T, data) \ argument
93 #define i915_live_subtests(T, data) ({ \ argument
100 #define intel_gt_live_subtests(T, data) ({ \ argument
H A Di915_params.h69 #define MEMBER(T, member, ...) T member; argument
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_params.c14 #define intel_display_param_named(name, T, perm, desc) \ argument
17 #define intel_display_param_named_unsafe(name, T, perm, desc) \ argument
22 #define MEMBER(T, member, value, ...) .member = (value), argument
190 #define PRINT(T, x, ...) _param_print(p, driver_name, #x, params->x); in intel_display_params_dump() argument
213 #define DUP(T, x, ...) _param_dup(&dest->x); in intel_display_params_copy() argument
233 #define FREE(T, x, ...) _param_free(&params->x); in intel_display_params_free() argument
H A Dintel_display_params.h52 #define MEMBER(T, member, ...) T member; argument
/linux/include/linux/
H A Doverflow.h34 #define __type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) argument
36 #define __type_min(T) ((T)((T)-type_max(T)-(T)1)) argument
210 #define __overflows_type_constexpr(x, T) ( \ argument
217 #define __overflows_type(x, T) ({ \ argument
236 #define overflows_type(n, T) \ argument
252 #define castable_to_type(n, T) \ argument
H A Dcontainer_of.h8 #define typeof_member(T, m) typeof(((T*)0)->m) argument
H A Dstdarg.h8 #define va_arg(v, T) __builtin_va_arg(v, T) argument
/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c41 #define TYPE(fn, ext, fmt_t, T) TYPE_##ext, argument
49 #define BUILD_TYPE_STRINGS_AND_HELPER(fn, ext, fmt_t, T) \ argument
64 #define TYPE(fn, ext, fmt_t, T) \ argument
73 #define TYPE(fn, ext, fmt_t, T) \ in guest_code() argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dgk104.c75 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in gk104_top_parse() argument
76 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in gk104_top_parse() argument
H A Dga100.c71 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in ga100_top_parse() argument
72 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in ga100_top_parse() argument
/linux/drivers/ata/
H A Dlibata-pata-timings.c61 struct ata_timing *q, int T, int UT) in ata_timing_quantize()
116 struct ata_timing *t, int T, int UT) in ata_timing_compute()
H A Dpata_ali.c211 unsigned long T = 1000000000 / 33333; /* PCI clock based */ in ali_set_piomode() local
246 unsigned long T = 1000000000 / 33333; /* PCI clock based */ in ali_set_dmamode() local
/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c36 #define READ_WB_REG_CASE(OFF, N, REG, T, VAL) \ argument
41 #define WRITE_WB_REG_CASE(OFF, N, REG, T, VAL) \ argument
46 #define GEN_READ_WB_REG_CASES(OFF, REG, T, VAL) \ argument
56 GEN_WRITE_WB_REG_CASES(OFF,REG,T,VAL) global() argument
[all...]
/linux/tools/include/linux/
H A Doverflow.h33 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) argument
34 #define type_min(T) ((T)((T)-type_max(T)-(T)1)) argument
/linux/arch/x86/include/asm/
H A Dkvm_para.h150 #define kvm_async_pf_task_wait_schedule(T) do {} while(0) argument
151 #define kvm_async_pf_task_wake(T) do {} while(0) argument
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dpower.c55 #define ASLP_TOUT(T) cpu_to_le32(T) argument
57 #define SLP_TOUT(T) cpu_to_le32((T) * TU_TO_USEC) argument
/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h57 #define LOONGARCH_CSR_WATCH_READ(N, REG, T, VAL) \ argument
65 #define LOONGARCH_CSR_WATCH_WRITE(N, REG, T, VAL) \ argument
/linux/drivers/misc/genwqe/
H A Dcard_base.c317 static const int T[] = { 4000, 5000, 6000, 5714 }; in genwqe_T_psec() local
338 u32 T = genwqe_T_psec(cd); in genwqe_setup_pf_jtimer() local
361 u32 T = genwqe_T_psec(cd); in genwqe_setup_vf_jtimer() local
/linux/drivers/net/wireguard/selftest/
H A Dcounter.c24 #define T(n, v) do { \ in wg_packet_counter_selftest() macro
/linux/drivers/block/drbd/
H A Ddrbd_state.h37 #define NS(T, S) \ argument
51 #define _NS(D, T, S) \ argument
/linux/drivers/dma-buf/
H A Dselftest.h25 #define subtests(T, data) \ argument

1234