/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | async-thread.c | 52 struct __btrfs_workqueue *normal; member 69 * We could compare wq->normal->pending with num_online_cpus() in btrfs_workqueue_normal_congested() 74 if (wq->normal->thresh == NO_THRESHOLD) in btrfs_workqueue_normal_congested() 77 return atomic_read(&wq->normal->pending) > wq->normal->thresh * 2; in btrfs_workqueue_normal_congested() 140 ret->normal = __btrfs_alloc_workqueue(fs_info, name, in btrfs_alloc_workqueue() 143 if (!ret->normal) { in btrfs_alloc_workqueue() 152 __btrfs_destroy_workqueue(ret->normal); in btrfs_alloc_workqueue() 377 dest_wq = wq->normal; in btrfs_queue_work() 395 __btrfs_destroy_workqueue(wq->normal); in btrfs_destroy_workqueue() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | wbt.h | 86 * @normal: the current normal writeback limit 93 unsigned int normal, unsigned int max), 95 TP_ARGS(bdi, msg, step, window, bg, normal, max), 103 __field(unsigned int, normal) 114 __entry->normal = normal; 118 TP_printk("%s: %s: step=%d, window=%luus, background=%u, normal=%u, max=%u", 120 __entry->bg, __entry->normal, __entry->max)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | wbt.h | 86 * @normal: the current normal writeback limit 93 unsigned int normal, unsigned int max), 95 TP_ARGS(bdi, msg, step, window, bg, normal, max), 103 __field(unsigned int, normal) 114 __entry->normal = normal; 118 TP_printk("%s: %s: step=%d, window=%luus, background=%u, normal=%u, max=%u", 120 __entry->bg, __entry->normal, __entry->max)
|
/kernel/linux/linux-6.6/drivers/misc/lkdtm/ |
H A D | cfi.c | 107 void *labels[] = { NULL, &&normal, &&redirected, &&check_normal, &&check_redirected }; in lkdtm_CFI_BACKWARD() 136 set_return_addr_unchecked(&&normal, &&redirected); in lkdtm_CFI_BACKWARD() 139 normal: in lkdtm_CFI_BACKWARD()
|
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
H A D | fw_filesystem.sh | 433 read_partial_firmwares normal $1 $2 446 test_batched_request_firmware $i normal 450 test_batched_request_firmware_into_buf $i normal 454 test_batched_request_firmware_direct $i normal 458 test_request_firmware_nowait_uevent $i normal 462 test_request_firmware_nowait_custom $i normal
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | queue.c | 70 skb_queue_head_init(&wvif->tx_queue[i].normal); in wfx_tx_queues_init() 82 WARN_ON(!skb_queue_empty_lockless(&wvif->tx_queue[i].normal)); in wfx_tx_queues_check_empty() 89 return skb_queue_empty(&queue->normal) && skb_queue_empty(&queue->cab); in wfx_tx_queue_empty() 110 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop() 122 skb_queue_tail(&queue->normal, skb); in wfx_tx_queues_put() 279 skb = skb_dequeue(&queues[i]->normal); in wfx_tx_queues_get_skb()
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | benchmark.c | 118 long long normal, tagged; in benchmark_size() local 124 normal = benchmark_iter(&tree, false); in benchmark_size() 128 printv(2, "Size: %8ld, step: %8ld, normal iteration: %8lld ns\n", in benchmark_size() 129 size, step, normal); in benchmark_size()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | benchmark.c | 118 long long normal, tagged; in benchmark_size() local 124 normal = benchmark_iter(&tree, false); in benchmark_size() 128 printv(2, "Size: %8ld, step: %8ld, normal iteration: %8lld ns\n", in benchmark_size() 129 size, step, normal); in benchmark_size()
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | queue.c | 69 skb_queue_head_init(&wvif->tx_queue[i].normal); in wfx_tx_queues_init() 77 return skb_queue_empty_lockless(&queue->normal) && skb_queue_empty_lockless(&queue->cab); in wfx_tx_queue_empty() 107 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop() 119 skb_queue_tail(&queue->normal, skb); in wfx_tx_queues_put() 273 skb = skb_dequeue(&queues[i]->normal); in wfx_tx_queues_get_skb()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | fwio.c | 438 body = skb_put(skb, sizeof(body->normal)); in p54_scan() 455 body->normal.val_barker = 0x38; in p54_scan() 456 body->normal.val_bpsk = body->normal.dup_bpsk = in p54_scan() 458 body->normal.val_qpsk = body->normal.dup_qpsk = in p54_scan() 460 body->normal.val_16qam = body->normal.dup_16qam = in p54_scan() 462 body->normal.val_64qam = body->normal in p54_scan() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/ |
H A D | fwio.c | 436 body = skb_put(skb, sizeof(body->normal)); in p54_scan() 453 body->normal.val_barker = 0x38; in p54_scan() 454 body->normal.val_bpsk = body->normal.dup_bpsk = in p54_scan() 456 body->normal.val_qpsk = body->normal.dup_qpsk = in p54_scan() 458 body->normal.val_16qam = body->normal.dup_16qam = in p54_scan() 460 body->normal.val_64qam = body->normal in p54_scan() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | testmode.c | 41 bool testmode = false, normal = false; in mt7921_tm_set() local 50 normal = true; in mt7921_tm_set() 73 if (normal) { in mt7921_tm_set() 74 /* Switch back to the normal world */ in mt7921_tm_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 729 * Set the coalescing parameters. Currently only normal is supported. 757 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce() 759 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce() 763 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce() 765 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce() 768 adapter->coal.normal.data.tx_time_us = ethcoal->tx_coalesce_usecs; in netxen_set_intr_coalesce() 769 adapter->coal.normal.data.tx_packets = in netxen_set_intr_coalesce() 788 ethcoal->rx_coalesce_usecs = adapter->coal.normal.data.rx_time_us; in netxen_get_intr_coalesce() 789 ethcoal->tx_coalesce_usecs = adapter->coal.normal.data.tx_time_us; in netxen_get_intr_coalesce() 791 adapter->coal.normal in netxen_get_intr_coalesce() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 733 * Set the coalescing parameters. Currently only normal is supported. 763 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce() 765 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce() 769 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce() 771 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce() 774 adapter->coal.normal.data.tx_time_us = ethcoal->tx_coalesce_usecs; in netxen_set_intr_coalesce() 775 adapter->coal.normal.data.tx_packets = in netxen_set_intr_coalesce() 796 ethcoal->rx_coalesce_usecs = adapter->coal.normal.data.rx_time_us; in netxen_get_intr_coalesce() 797 ethcoal->tx_coalesce_usecs = adapter->coal.normal.data.tx_time_us; in netxen_get_intr_coalesce() 799 adapter->coal.normal in netxen_get_intr_coalesce() [all...] |
/kernel/linux/linux-5.10/net/atm/ |
H A D | lec.c | 152 mesg->content.normal.flag = *buff & 0x01; in lec_handle_bridge() 359 dev->dev_addr[i] = mesg->content.normal.mac_addr[i]; in lec_atm_send() 366 lec_addr_delete(priv, mesg->content.normal.atm_addr, in lec_atm_send() 367 mesg->content.normal.flag); in lec_atm_send() 370 priv->topology_change = mesg->content.normal.flag; in lec_atm_send() 373 lec_flush_complete(priv, mesg->content.normal.flag); in lec_atm_send() 377 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send() 381 if (mesg->content.normal.no_source_le_narp) in lec_atm_send() 385 lec_arp_update(priv, mesg->content.normal.mac_addr, in lec_atm_send() 386 mesg->content.normal in lec_atm_send() [all...] |
/kernel/linux/linux-6.6/net/atm/ |
H A D | lec.c | 152 mesg->content.normal.flag = *buff & 0x01; in lec_handle_bridge() 358 eth_hw_addr_set(dev, mesg->content.normal.mac_addr); in lec_atm_send() 364 lec_addr_delete(priv, mesg->content.normal.atm_addr, in lec_atm_send() 365 mesg->content.normal.flag); in lec_atm_send() 368 priv->topology_change = mesg->content.normal.flag; in lec_atm_send() 371 lec_flush_complete(priv, mesg->content.normal.flag); in lec_atm_send() 375 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send() 379 if (mesg->content.normal.no_source_le_narp) in lec_atm_send() 383 lec_arp_update(priv, mesg->content.normal.mac_addr, in lec_atm_send() 384 mesg->content.normal in lec_atm_send() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_uniphier.c | 98 bool normal = false; in uniphier_serial_out() local 118 normal = true; in uniphier_serial_out() 122 if (normal) { in uniphier_serial_out()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_uniphier.c | 98 bool normal = false; in uniphier_serial_out() local 118 normal = true; in uniphier_serial_out() 122 if (normal) { in uniphier_serial_out()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | piornv50.c | 58 nv50_pior_power(struct nvkm_ior *pior, bool normal, bool pu, in nv50_pior_power() argument 63 const u32 shift = normal ? 0 : 16; in nv50_pior_power()
|
H A D | sornv50.c | 47 nv50_sor_power(struct nvkm_ior *sor, bool normal, bool pu, in nv50_sor_power() argument 52 const u32 shift = normal ? 0 : 16; in nv50_sor_power()
|
H A D | dacnv50.c | 66 nv50_dac_power(struct nvkm_ior *dac, bool normal, bool pu, in nv50_dac_power() argument 71 const u32 shift = normal ? 0 : 16; in nv50_dac_power()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial_core.c | 2608 * normal driver. 2615 struct tty_driver *normal; in uart_register_driver() local 2628 normal = alloc_tty_driver(drv->nr); in uart_register_driver() 2629 if (!normal) in uart_register_driver() 2632 drv->tty_driver = normal; in uart_register_driver() 2634 normal->driver_name = drv->driver_name; in uart_register_driver() 2635 normal->name = drv->dev_name; in uart_register_driver() 2636 normal->major = drv->major; in uart_register_driver() 2637 normal->minor_start = drv->minor; in uart_register_driver() 2638 normal in uart_register_driver() [all...] |
/kernel/linux/linux-5.10/drivers/power/reset/ |
H A D | reboot-mode.c | 25 const char *normal = "normal"; in get_reboot_mode_magic() local 30 cmd = normal; in get_reboot_mode_magic()
|
/kernel/linux/linux-6.6/drivers/power/reset/ |
H A D | reboot-mode.c | 25 const char *normal = "normal"; in get_reboot_mode_magic() local 30 cmd = normal; in get_reboot_mode_magic()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | charge_reserved_hugetlb.sh | 419 echo Test normal case. 448 echo Test normal case with write. 501 echo Test normal case, multiple cgroups. 547 echo Test normal case with write, multiple cgroups.
|