Searched refs:normal (Results 1 - 25 of 80) sorted by last modified time

1234

/linux-master/net/mac80211/
H A Dtx.c338 * happen often during normal operation, so dropping the oldest buffered packet
2332 * normal processing
4510 goto normal;
4531 normal:
/linux-master/drivers/tty/serial/
H A Dserial_core.c2812 * We have a proc file in /proc/tty/driver which is named after the normal
2822 struct tty_driver *normal; local
2835 normal = tty_alloc_driver(drv->nr, TTY_DRIVER_REAL_RAW |
2837 if (IS_ERR(normal)) {
2838 retval = PTR_ERR(normal);
2842 drv->tty_driver = normal;
2844 normal->driver_name = drv->driver_name;
2845 normal->name = drv->dev_name;
2846 normal->major = drv->major;
2847 normal
[all...]
/linux-master/net/core/
H A Dgro.c453 goto normal;
463 goto normal;
518 goto normal;
543 normal:
H A Dskbuff.c1067 * non-pp-recycling skb. It has a fallback to increase references on normal
1068 * pages, as page pool aware skbs may also have normal page fragments.
4646 goto normal;
4659 goto normal;
4661 goto normal;
4667 goto normal;
4682 normal:
/linux-master/fs/bcachefs/
H A Dalloc_types.h21 x(normal) \
/linux-master/arch/x86/kernel/
H A Dnmi.c70 unsigned int normal; member in struct:nmi_stats
352 __this_cpu_add(nmi_stats.normal, handled);
/linux-master/net/rxrpc/
H A Dsendmsg.c534 if (p->call.nr_timeouts >= 3 && p->call.timeouts.normal > 60 * 60 * 1000)
689 WRITE_ONCE(call->next_rx_timo, p.call.timeouts.normal);
H A Dcall_object.c227 if (p->timeouts.normal)
228 call->next_rx_timo = min(p->timeouts.normal, 1);
H A Dar-internal.h777 u32 normal; /* Max time since last call packet (msec) */ member in struct:rxrpc_call_params::__anon3026
/linux-master/drivers/tty/serial/8250/
H A D8250_uniphier.c98 bool normal = false; local
118 normal = true;
122 if (normal) {
/linux-master/arch/arm/kernel/
H A Diwmmxt.S96 ret r9 @ normal exit from exception
/linux-master/tools/testing/ktest/
H A Dktest.pl396 The box is expected to have ssh on normal bootup, provide the user
/linux-master/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh424 echo Test normal case.
453 echo Test normal case with write.
506 echo Test normal case, multiple cgroups.
552 echo Test normal case with write, multiple cgroups.
/linux-master/drivers/power/supply/
H A Dab8500_fg.c1181 else if (percent <= di->bm->cap_levels->normal)
/linux-master/drivers/md/dm-vdo/
H A Dvdo.c7 * This file contains the main entry points for normal operations on a vdo as well as functions for
689 BUG_ON(vdo_get_admin_state(vdo)->normal);
1501 return "normal";
H A Ddm-vdo-target.c902 VDO_ASSERT_LOG_ONLY(code->normal, "vdo should not receive bios while in state %s",
2783 if (vdo_get_admin_state(vdo)->normal) {
H A Dadmin-state.c17 .normal = true,
22 .normal = true,
44 .normal = true,
336 if (!code->normal) {
466 * vdo_resume_if_quiescent() - Change the state to normal operation if the current state is
H A Dadmin-state.h15 bool normal; member in struct:admin_state_code
89 return vdo_get_admin_state_code(state)->normal;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm878 //m0 now has the value of normal vgpr count, just add the m0 with shared_vgpr count to get the total count.
1074 //m0 now has the value of normal vgpr count, just add the m0 with shared_vgpr count to get the total count.
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h4146 struct rtw89_fw_suit normal; member in struct:rtw89_fw_info
6028 return &fw_info->normal;
H A Dcoex.c8892 struct rtw89_fw_suit *fw_suit = &rtwdev->fw.normal;
/linux-master/arch/arm64/kernel/
H A Dstacktrace.c219 STACKINFO_SDEI(normal),
/linux-master/drivers/net/wireless/intersil/p54/
H A Dfwio.c436 body = skb_put(skb, sizeof(body->normal));
453 body->normal.val_barker = 0x38;
454 body->normal.val_bpsk = body->normal.dup_bpsk =
456 body->normal.val_qpsk = body->normal.dup_qpsk =
458 body->normal.val_16qam = body->normal.dup_16qam =
460 body->normal.val_64qam = body->normal
[all...]
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c718 "irq normal %ld err %ld iaa %ld(lost %ld)\n",
719 fotg210->stats.normal, fotg210->stats.error,
3467 /* periodic schedule slots have iso tds (normal or split) first, then a
3774 /* "normal" case, uframing flexible except with splits */
4877 fotg210_dbg(fotg210, "irq normal %ld err %ld iaa %ld (lost %ld)\n",
4878 fotg210->stats.normal, fotg210->stats.error,
5145 /* normal [4.15.1.2] or error [4.15.1.1] completion */
5148 INCR(fotg210->stats.normal);
/linux-master/net/atm/
H A Dlec.c152 mesg->content.normal.flag = *buff & 0x01;
358 eth_hw_addr_set(dev, mesg->content.normal.mac_addr);
364 lec_addr_delete(priv, mesg->content.normal.atm_addr,
365 mesg->content.normal.flag);
368 priv->topology_change = mesg->content.normal.flag;
371 lec_flush_complete(priv, mesg->content.normal.flag);
375 entry = lec_arp_find(priv, mesg->content.normal.mac_addr);
379 if (mesg->content.normal.no_source_le_narp)
383 lec_arp_update(priv, mesg->content.normal.mac_addr,
384 mesg->content.normal
[all...]

Completed in 373 milliseconds

1234