Home
last modified time | relevance | path

Searched full:et (Results 1 – 25 of 221) sorted by relevance

123456789

/linux/arch/x86/boot/compressed/
H A Defi.c22 enum efi_type et; in efi_get_type() local
29 et = EFI_TYPE_64; in efi_get_type()
31 et = EFI_TYPE_32; in efi_get_type()
34 et = EFI_TYPE_NONE; in efi_get_type()
45 et = EFI_TYPE_NONE; in efi_get_type()
49 return et; in efi_get_type()
64 enum efi_type et; in efi_get_system_table() local
88 enum efi_type et) in get_kexec_setup_data() argument
135 enum efi_type et; in efi_get_conf_table() local
146 et = efi_get_type(bp); in efi_get_conf_table()
[all …]
H A Dmem.c54 enum efi_type et; in init_unaccepted_memory() local
57 et = efi_get_type(boot_params_ptr); in init_unaccepted_memory()
58 if (et == EFI_TYPE_NONE) in init_unaccepted_memory()
H A Dacpi.c58 enum efi_type et; in efi_get_rsdp_addr() local
61 et = efi_get_type(boot_params_ptr); in efi_get_rsdp_addr()
62 if (et == EFI_TYPE_NONE) in efi_get_rsdp_addr()
/linux/block/
H A Dblk-mq-sched.c415 void blk_mq_free_sched_tags(struct elevator_tags *et, in blk_mq_free_sched_tags() argument
422 blk_mq_free_map_and_rqs(set, et->tags[0], BLK_MQ_NO_HCTX_IDX); in blk_mq_free_sched_tags()
424 for (i = 0; i < et->nr_hw_queues; i++) in blk_mq_free_sched_tags()
425 blk_mq_free_map_and_rqs(set, et->tags[i], i); in blk_mq_free_sched_tags()
428 kfree(et); in blk_mq_free_sched_tags()
435 if (res->et) { in blk_mq_free_sched_res()
436 blk_mq_free_sched_tags(res->et, set); in blk_mq_free_sched_res()
437 res->et = NULL; in blk_mq_free_sched_res()
509 struct elevator_tags *et; in blk_mq_alloc_sched_tags() local
517 et = kmalloc_flex(*et, tags, nr_tags, gfp); in blk_mq_alloc_sched_tags()
[all …]
H A Dblk-ioc.c41 struct elevator_type *et = icq->q->elevator->type; in ioc_exit_icq() local
46 if (et->ops.exit_icq) in ioc_exit_icq()
47 et->ops.exit_icq(icq); in ioc_exit_icq()
70 struct elevator_type *et = q->elevator->type; in ioc_destroy_icq() local
96 icq->__rcu_icq_cache = et->icq_cache; in ioc_destroy_icq()
358 struct elevator_type *et = q->elevator->type; in ioc_create_icq() local
362 icq = kmem_cache_alloc_node(et->icq_cache, GFP_ATOMIC | __GFP_ZERO, in ioc_create_icq()
368 kmem_cache_free(et->icq_cache, icq); in ioc_create_icq()
384 if (et->ops.init_icq) in ioc_create_icq()
385 et->ops.init_icq(icq); in ioc_create_icq()
[all …]
H A Dblk-sysfs.c70 struct elevator_tags *et = NULL; in queue_requests_store()
111 nr > q->elevator->et->nr_requests) { in queue_requests_store()
116 et = blk_mq_alloc_sched_tags(set, q->nr_hw_queues, nr); in queue_requests_store()
117 if (!et) { in queue_requests_store()
125 et = blk_mq_update_nr_requests(q, et, nr); in queue_requests_store()
129 if (et) in queue_requests_store()
130 blk_mq_free_sched_tags(et, set); in queue_requests_store()
69 struct elevator_tags *et = NULL; queue_requests_store() local
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_tunnel_key.sh17 tunnel_create h1-et vxlan 192.0.2.1 192.0.2.2 dev $h1 dstport 0 external
18 tc qdisc add dev h1-et clsact
19 mtu_set h1-et 1230
26 tc qdisc del dev h1-et clsact
27 tunnel_destroy h1-et
115 tc filter add dev h1-et egress protocol all pref 1 handle 1 matchall $tcflags \
117 $MZ h1-et -c 1 -p 930 -a 00:aa:bb:cc:dd:ee -b 00:ee:dd:cc:bb:aa -t ip -q
121 $MZ h1-et -c 1 -p 931 -a 00:aa:bb:cc:dd:ee -b 00:ee:dd:cc:bb:aa -t ip -q
131 $MZ h1-et -c 1 -p 931 -a 00:aa:bb:cc:dd:ee -b 00:ee:dd:cc:bb:aa -t ip -q
142 tc filter del dev h1-et egress pref 1 handle 1 matchall
/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c377 u32 et = 0; in cs_etm_decoder__buffer_packet() local
386 et = packet_queue->tail; in cs_etm_decoder__buffer_packet()
387 et = (et + 1) & (CS_ETM_PACKET_MAX_BUFFER - 1); in cs_etm_decoder__buffer_packet()
388 packet_queue->tail = et; in cs_etm_decoder__buffer_packet()
391 packet_queue->packet_buffer[et].sample_type = sample_type; in cs_etm_decoder__buffer_packet()
392 packet_queue->packet_buffer[et].isa = CS_ETM_ISA_UNKNOWN; in cs_etm_decoder__buffer_packet()
393 packet_queue->packet_buffer[et].cpu = cpu; in cs_etm_decoder__buffer_packet()
394 packet_queue->packet_buffer[et].start_addr = CS_ETM_INVAL_ADDR; in cs_etm_decoder__buffer_packet()
395 packet_queue->packet_buffer[et] in cs_etm_decoder__buffer_packet()
[all...]
/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c191 * | (et)
260 * (et) / \ (et)
337 * | (et)
423 * (et) / \ (et)
512 * | (et)
604 * (et) / \ (et)
696 * | (et)
[all...]
/linux/drivers/gpu/drm/lima/
H A Dlima_drv.c318 struct lima_sched_error_task *et; in lima_error_state_read() local
328 list_for_each_entry(et, &ldev->error_task_list, list) { in lima_error_state_read()
329 if (!lima_read_block(&reader, et->data, et->size)) in lima_error_state_read()
344 struct lima_sched_error_task *et, *tmp; in lima_error_state_write() local
348 list_for_each_entry_safe(et, tmp, &ldev->error_task_list, list) { in lima_error_state_write()
349 list_del(&et->list); in lima_error_state_write()
350 kvfree(et); in lima_error_state_write()
H A Dlima_device.c443 struct lima_sched_error_task *et, *tmp; in lima_device_fini() local
445 list_for_each_entry_safe(et, tmp, &ldev->error_task_list, list) { in lima_device_fini()
446 list_del(&et->list); in lima_device_fini()
447 kvfree(et); in lima_device_fini()
/linux/arch/nios2/kernel/
H A Dinsnemu.S39 ldw et, PT_ESTATUS(sp)
40 wrctl estatus, et
42 ldw et, PT_SP(sp) /* backup sp in et */
58 * temporary register (et) as a source operand because the exception
139 /* Don't bother to save et. It's already been changed. */
144 stw et, 108(sp) /* et contains previous sp value. */
570 /* Does not need to restore et */
H A Dentry.S57 /* et = cmpxchg_stw + 4 */
58 movui et, (KUSER_BASE + 4 + (cmpxchg_stw - __kuser_helper_start))
59 bgtu ea, et, 1f
61 subi et, et, (cmpxchg_stw - cmpxchg_ldw) /* et = cmpxchg_ldw + 4 */
62 bltu ea, et, 1f
63 stw et, PT_EA(sp) /* fix up EA */
64 mov ea, et
H A Dptrace.c32 membuf_zero(&to, 2 * 4); /* et and bt */ in genregs_get()
74 REG_IGNORE_RANGE(PTR_R24, PTR_R25); /* et and bt */ in genregs_set()
/linux/drivers/pinctrl/berlin/
H A Dberlin-bg2.c44 BERLIN_PINCTRL_FUNCTION(0x2, "et"),
55 BERLIN_PINCTRL_FUNCTION(0x2, "et")),
59 BERLIN_PINCTRL_FUNCTION(0x2, "et"),
64 BERLIN_PINCTRL_FUNCTION(0x2, "et"),
71 BERLIN_PINCTRL_FUNCTION(0x2, "et"),
103 BERLIN_PINCTRL_FUNCTION(0x2, "et"),
/linux/drivers/net/ethernet/agere/
H A DKconfig21 tristate "Agere ET-1310 Gigabit Ethernet support"
26 This driver supports Agere ET-1310 ethernet adapters.
H A DMakefile3 # Makefile for the Agere ET-131x ethernet driver
/linux/fs/ocfs2/
H A Dmove_extents.c43 struct ocfs2_extent_tree et; member
60 u64 ino = ocfs2_metadata_cache_owner(context->et.et_ci); in __ocfs2_move_extent()
76 path = ocfs2_new_path_from_et(&context->et); in __ocfs2_move_extent()
114 ret = ocfs2_split_extent(handle, &context->et, path, index, in __ocfs2_move_extent()
150 struct ocfs2_extent_tree *et, in ocfs2_lock_meta_allocator_move_extents() argument
161 num_free_extents = ocfs2_num_free_extents(et); in ocfs2_lock_meta_allocator_move_extents()
170 extra_blocks += ocfs2_extend_meta_needed(et->et_root_el); in ocfs2_lock_meta_allocator_move_extents()
179 *credits += ocfs2_calc_extend_credits(osb->sb, et->et_root_el); in ocfs2_lock_meta_allocator_move_extents()
237 ret = ocfs2_lock_meta_allocator_move_extents(inode, &context->et, in ocfs2_defrag_extent()
613 ret = ocfs2_lock_meta_allocator_move_extents(inode, &context->et, in ocfs2_move_extent()
[all...]
/linux/drivers/mtd/spi-nor/
H A Ddebugfs.c138 struct spi_nor_erase_type *et = &erase_map->erase_type[i]; in spi_nor_params_show()
140 if (et->size) { in spi_nor_params_show()
141 string_get_size(et->size, 1, STRING_UNITS_2, buf, in spi_nor_params_show()
143 seq_printf(s, " %02x (%s) [%d]\n", et->opcode, buf, i); in spi_nor_params_show()
132 struct spi_nor_erase_type *et = &erase_map->erase_type[i]; spi_nor_params_show() local
/linux/tools/power/cpupower/po/
H A Dfr.po215 msgstr "Veuillez rapportez les erreurs et les bogues à %s, s'il vous plait.\n"
340 msgstr " et "
406 " -l, --hwlimits Affiche les fréquences minimales et maximales du CPU "
456 " -l, --hwlimits Affiche les fréquences minimales et maximales du CPU "
474 " 2.4 et les anciennes versions 2.6 du noyau\n"
483 " pour les options -f, -w et -s (MHz, GHz)\n"
575 " et activé.\n"
647 "l'option -f/--freq est incompatible avec les options -d/--min, -u/--max et\n"
656 "L'un de ces paramètres est obligatoire : -f/--freq, -d/--min, -u/--max et\n"
926 " 2.4 et les anciennes versions 2.6 du noyau\n"
/linux/drivers/md/
H A Ddm-snap.c629 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
659 static int dm_exception_table_init(struct dm_exception_table *et, in dm_exception_table_init() argument
664 et->hash_shift = hash_shift; in dm_exception_table_init()
665 et->hash_mask = size - 1; in dm_exception_table_init()
666 et->table = kvmalloc_objs(struct dm_hlist_head, size); in dm_exception_table_init()
667 if (!et->table) in dm_exception_table_init()
671 INIT_HLIST_HEAD(&et->table[i].head); in dm_exception_table_init()
672 spin_lock_init(&et->table[i].lock); in dm_exception_table_init()
678 static void dm_exception_table_exit(struct dm_exception_table *et, in dm_exception_table_exit() argument
686 size = et->hash_mask + 1; in dm_exception_table_exit()
[all …]
/linux/net/dsa/
H A Dtag_dsa.c18 * Pu: | DA | SA | ET | Payload ...
22 * Pt: | DA | SA | 0x8100 | TCI | ET | Payload ...
26 * Pd: | DA | SA | DSA | ET | Payload ...
43 * | DA | SA | 0xdada | 0x0000 | DSA | ET | Payload ...
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dfifo.c160 u32 eT = ~0; in r535_chan_ramfc_write() local
170 eT = engn->id; in r535_chan_ramfc_write()
174 if (WARN_ON(eT == ~0)) in r535_chan_ramfc_write()
184 eT, chan->runq, priv, chan->id, chan->inst->addr, in r535_chan_ramfc_write()
202 ctrl->engineType = eT; in r535_chan_ramfc_write()
/linux/include/uapi/linux/
H A Dif.h24 #include <linux/types.h> /* for "__kernel_caddr_t" et al */
25 #include <linux/socket.h> /* for "struct sockaddr" et al */
26 #include <linux/compiler.h> /* for "__user" et al */
/linux/lib/
H A Ddecompress_inflate.c19 /* initramfs et al: linked */
41 /* Included from initramfs et al code */

123456789