Home
last modified time | relevance | path

Searched refs:t (Results 5926 – 5950 of 8709) sorted by relevance

1...<<231232233234235236237238239240>>...349

/openbmc/linux/Documentation/filesystems/
H A Dnetfs_library.rst29 Note that the library module doesn't link against local caching directly, so
109 don't match folio sizes or folio alignments and that may cross folios.
119 * Handle clearing of bufferage that aren't on the server.
433 * The cache may need to skip holes that it can't do DIO from.
601 there isn't a read request structure as well, such as writing dirty data to the
/openbmc/linux/drivers/iio/
H A Dindustrialio-buffer.c1832 struct iio_demux_table *t; in iio_demux() local
1836 list_for_each_entry(t, &buffer->demux_list, l) in iio_demux()
1837 memcpy(buffer->demux_bounce + t->to, in iio_demux()
1838 datain + t->from, t->length); in iio_demux()
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c1035 struct touchpad_protocol *t) in report_tp_state() argument
1049 for (i = 0; i < t->number_of_fingers; i++) { in report_tp_state()
1050 f = &t->fingers[i]; in report_tp_state()
1066 &applespi->pos[i], &t->fingers[i]); in report_tp_state()
1069 input_report_key(input, BTN_LEFT, t->clicked); in report_tp_state()
/openbmc/linux/fs/smb/client/
H A Dtransport.c493 long int t; in wait_for_free_credits() local
497 t = MAX_JIFFY_OFFSET; in wait_for_free_credits()
499 t = msecs_to_jiffies(timeout); in wait_for_free_credits()
547 has_credits(server, credits, num_credits), t); in wait_for_free_credits()
589 t); in wait_for_free_credits()
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py581 t = None
584 t = "OVS_NAT_ATTR_SRC"
587 t = "OVS_NAT_ATTR_DST"
604 if t is not None:
605 natact["attrs"].append([t, None])
/openbmc/qemu/qapi/
H A Dnet.json456 # @inhibit: Don't load a default XDP program, use one already loaded
787 # @none: don't receive any assigned packet
851 # - if the given @name doesn't exist
852 # - if the given NIC doesn't support rx-filter querying
853 # - if the given net client isn't a NIC
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dcoding-style.rst133 técnicas para elegir una estrategia de ubicación sobre la otra, pero la
367 términos. Para nuevas especificaciones, traduzca el uso de la terminología
515 teniendo en cuenta que ``__always_inline`` es técnicamente un atributo
723 (indent-tabs-mode . t)
724 (show-trailing-whitespace . t)
808 datos, mientras que la referencia y contar es una técnica de gestión de
915 ``do not`` o ``don't`` en su lugar. Haga sus mensajes concisos, claros e
1050 de resultados. Los ejemplos típicos serían funciones que devuelven
1104 #define sizeof_field(t, f) (sizeof(((t*)0)->f))
1169 una string separada, y termine cada string excepto la última con ``\n\t``
[all …]
/openbmc/qemu/tcg/
H A Dtcg.c859 TCGPool *p, *t; in tcg_pool_reset() local
860 for (p = s->pool_first_large; p; p = t) { in tcg_pool_reset()
861 t = p->next; in tcg_pool_reset()
1753 TCGTemp *t; in tcg_temp_new_vec() local
1772 return temp_tcgv_vec(t); in tcg_temp_new_vec()
1778 TCGTemp *t = tcgv_vec_temp(match); in tcg_temp_new_vec_matching() local
1780 tcg_debug_assert(t->temp_allocated != 0); in tcg_temp_new_vec_matching()
1782 t = tcg_temp_new_internal(t->base_type, TEMP_EBB); in tcg_temp_new_vec_matching()
1783 return temp_tcgv_vec(t); in tcg_temp_new_vec_matching()
1909 TCGTemp *t = tcgv_vec_temp(match); in tcg_constant_vec_matching() local
[all …]
/openbmc/linux/Documentation/arch/x86/
H A Dresctrl.rst38 # mount -t resctrl resctrl [-o cdp[,cdpl2][,mba_MBps]] /sys/fs/resctrl
434 isn't an architectural requirement. We could have multiple separate L3
823 # mount -t resctrl resctrl /sys/fs/resctrl
864 # mount -t resctrl resctrl /sys/fs/resctrl
920 # mount -t resctrl resctrl /sys/fs/resctrl
958 # mount -t resctrl resctrl /sys/fs/resctrl/
1021 # mount -t resctrl resctrl /sys/fs/resctrl/
1248 # mount -t resctrl resctrl /sys/fs/resctrl
1291 # mount -t resctrl resctrl /sys/fs/resctrl
1319 # mount -t resctrl resctrl /sys/fs/resctrl
[all …]
/openbmc/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst377 long region_chg(struct resv_map *resv, long f, long t);
378 long region_add(struct resv_map *resv, long f, long t);
379 void region_abort(struct resv_map *resv, long f, long t);
380 long region_count(struct resv_map *resv, long f, long t);
385 many pages in the specified range [f, t) are NOT currently represented.
392 the reservation map for the same range [f, t) previously passed to
395 range [f, t) to abort the operation.
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib9000.c1588 u16 i, len, t, index_msg; in dib9000_tuner_xfer() local
1611 t = dib9000_read_word(state, 785); in dib9000_tuner_xfer()
1612 msg[index_msg].buf[i] = (t >> 8) & 0xff; in dib9000_tuner_xfer()
1613 msg[index_msg].buf[i + 1] = (t) & 0xff; in dib9000_tuner_xfer()
2314 u32 t = (s / n) << 16; in dib9000_get_snr() local
2315 return t + ((s << 16) - n * t) / n; in dib9000_get_snr()
/openbmc/linux/kernel/module/
H A Dmain.c2226 enum mod_mem_type t = 0; in move_module() local
2249 t = type; in move_module()
2295 for (t--; t >= 0; t--) in move_module()
2296 module_memory_free(mod->mem[t].base, t); in move_module()
/openbmc/linux/drivers/video/fbdev/
H A Dpxafb.c309 #define SET_PIXFMT(v, r, g, b, t) \ argument
311 (v)->transp.offset = (t) ? (r) + (g) + (b) : 0; \
312 (v)->transp.length = (t) ? (t) : 0; \
1226 unsigned int t = (time_ns * (lcd_clk / 1000000) / 1000); in __smart_timing() local
1227 return (t == 0) ? 1 : t; in __smart_timing()
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Domap3isp-uapi.rst145 histogram memory read isn't implemented). The statistics are dequeueable by
189 As the configuration doesn't take effect synchronously to the request, the
/openbmc/linux/fs/jffs2/
H A DREADME.Locking29 don't actually get erased until the write-buffer has been flushed to
48 The reason that the i_sem itself isn't used for this purpose is to
/openbmc/qemu/tests/qemu-iotests/
H A D033.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
172 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304
/openbmc/u-boot/doc/
H A DREADME.drivers.eth147 own. This doesn't mean you must use the net_rx_packets array however; you're
207 And then define the mii_read and mii_write functions if you haven't already.
/openbmc/u-boot/board/keymile/km_arm/
H A Dkwbimage_256M8_1.cfg85 # NOTE: Don't write on 0x20148 , 0x2014c and 0x20154, leave them untouched!
105 # bit 5: 0, clk is driven during self refresh, we don't care for APX
H A Dkwbimage_128M16_1.cfg85 # NOTE: Don't write on 0x20148 , 0x2014c and 0x20154, leave them untouched!
105 # bit 5: 0, clk is driven during self refresh, we don't care for APX
/openbmc/linux/drivers/bluetooth/
H A Dbluecard_cs.c159 static void bluecard_activity_led_timeout(struct timer_list *t) in bluecard_activity_led_timeout() argument
161 struct bluecard_info *info = from_timer(info, t, timer); in bluecard_activity_led_timeout()
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst75 It needn't be an entry of a control method evaluation.
169 Note that the full path shouldn't contain the trailing "_"s in its
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c267 static void tx_tasklet(struct tasklet_struct *t) in tx_tasklet() argument
269 struct b43legacy_pioqueue *queue = from_tasklet(queue, t, txtask); in tx_tasklet()
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h382 #define MIB2US(t) ((t)/12) argument
/openbmc/qemu/docs/interop/
H A Dbarrier.rst191 disconnects the client. if the client doesn't receive these (or any
331 ``{ int32 t nb, { int32_t id, int32_t val }[] }``
/openbmc/linux/drivers/scsi/
H A Dhpsa_cmd.h363 #define TYPE_ATTR_DIR(t, a, d) ((((d) & 0x03) << 6) |\ argument
365 ((t) & 0x07))

1...<<231232233234235236237238239240>>...349