/kernel/linux/linux-5.10/net/mac80211/ |
H A D | ethtool.c | 118 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_TX_BITRATE)) in ieee80211_get_stats() 122 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_RX_BITRATE)) in ieee80211_get_stats() 127 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_SIGNAL_AVG)) in ieee80211_get_stats() 146 survey.filled = 0; in ieee80211_get_stats() 159 survey.filled = 0; in ieee80211_get_stats() 161 survey.filled = 0; in ieee80211_get_stats() 168 if (survey.filled) in ieee80211_get_stats() 172 if (survey.filled & SURVEY_INFO_NOISE_DBM) in ieee80211_get_stats() 176 if (survey.filled & SURVEY_INFO_TIME) in ieee80211_get_stats() 180 if (survey.filled in ieee80211_get_stats() [all...] |
H A D | sta_info.c | 2195 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats() 2208 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats() 2211 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats() 2212 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats() 2216 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats() 2218 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats() 2222 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_FAILED)) && in sta_set_tidstats() 2224 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_FAILED); in sta_set_tidstats() 2232 tidstats->filled |= BIT(NL80211_TID_STATS_TXQ_STATS); in sta_set_tidstats() 2275 sinfo->filled | in sta_set_sinfo() [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ethtool.c | 122 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_TX_BITRATE)) in ieee80211_get_stats() 126 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_RX_BITRATE)) in ieee80211_get_stats() 131 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_SIGNAL_AVG)) in ieee80211_get_stats() 150 survey.filled = 0; in ieee80211_get_stats() 163 survey.filled = 0; in ieee80211_get_stats() 165 survey.filled = 0; in ieee80211_get_stats() 172 if (survey.filled) in ieee80211_get_stats() 176 if (survey.filled & SURVEY_INFO_NOISE_DBM) in ieee80211_get_stats() 180 if (survey.filled & SURVEY_INFO_TIME) in ieee80211_get_stats() 184 if (survey.filled in ieee80211_get_stats() [all...] |
H A D | sta_info.c | 2492 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_tidstats() 2507 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_tidstats() 2510 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_tidstats() 2511 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_tidstats() 2515 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_RETRIES)) && in sta_set_tidstats() 2517 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_RETRIES); in sta_set_tidstats() 2521 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU_FAILED)) && in sta_set_tidstats() 2523 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU_FAILED); in sta_set_tidstats() 2531 tidstats->filled |= BIT(NL80211_TID_STATS_TXQ_STATS); in sta_set_tidstats() 2574 sinfo->filled | in sta_set_sinfo() [all...] |
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | kobil_sct.c | 107 int filled; /* index of the last char in buf */ member 122 priv->filled = 0; in kobil_port_probe() 309 if (count > (KOBIL_BUF_LENGTH - priv->filled)) { in kobil_write() 315 memcpy(priv->buf + priv->filled, buf, count); in kobil_write() 316 usb_serial_debug_data(&port->dev, __func__, count, priv->buf + priv->filled); in kobil_write() 317 priv->filled = priv->filled + count; in kobil_write() 321 if (((priv->device_type != KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 2) && (priv->filled >= (priv->buf[1] + 3))) || in kobil_write() 322 ((priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > in kobil_write() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | kobil_sct.c | 108 int filled; /* index of the last char in buf */ member 123 priv->filled = 0; in kobil_port_probe() 308 if (count > (KOBIL_BUF_LENGTH - priv->filled)) { in kobil_write() 314 memcpy(priv->buf + priv->filled, buf, count); in kobil_write() 315 usb_serial_debug_data(&port->dev, __func__, count, priv->buf + priv->filled); in kobil_write() 316 priv->filled = priv->filled + count; in kobil_write() 320 if (((priv->device_type != KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 2) && (priv->filled >= (priv->buf[1] + 3))) || in kobil_write() 321 ((priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > in kobil_write() [all...] |
/kernel/linux/linux-6.6/fs/verity/ |
H A D | enable.c | 16 u32 filled; member 34 if (WARN_ON_ONCE(next->is_root_hash && next->filled != 0)) in hash_one_block() 38 memset(&cur->data[cur->filled], 0, params->block_size - cur->filled); in hash_one_block() 41 &next->data[next->filled]); in hash_one_block() 44 next->filled += params->digest_size; in hash_one_block() 45 cur->filled = 0; in hash_one_block() 142 buffers[-1].filled = min_t(u64, params->block_size, in build_merkle_tree() 145 buffers[-1].filled, &pos); in build_merkle_tree() 151 if (bytes_read != buffers[-1].filled) { in build_merkle_tree() [all...] |
/kernel/linux/linux-5.10/drivers/vfio/platform/ |
H A D | vfio_platform_common.c | 417 size_t filled; in vfio_platform_read_mmio() local 426 filled = 4; in vfio_platform_read_mmio() 434 filled = 2; in vfio_platform_read_mmio() 442 filled = 1; in vfio_platform_read_mmio() 446 count -= filled; in vfio_platform_read_mmio() 447 done += filled; in vfio_platform_read_mmio() 448 off += filled; in vfio_platform_read_mmio() 449 buf += filled; in vfio_platform_read_mmio() 494 size_t filled; in vfio_platform_write_mmio() local 503 filled in vfio_platform_write_mmio() [all...] |
/kernel/linux/linux-5.10/samples/vfio-mdev/ |
H A D | mdpy.c | 298 size_t filled; in mdpy_read() local 311 filled = 4; in mdpy_read() 323 filled = 2; in mdpy_read() 335 filled = 1; in mdpy_read() 338 count -= filled; in mdpy_read() 339 done += filled; in mdpy_read() 340 *ppos += filled; in mdpy_read() 341 buf += filled; in mdpy_read() 357 size_t filled; in mdpy_write() local 370 filled in mdpy_write() [all...] |
H A D | mtty.c | 806 size_t filled; in mtty_read() local 819 filled = 4; in mtty_read() 831 filled = 2; in mtty_read() 843 filled = 1; in mtty_read() 846 count -= filled; in mtty_read() 847 done += filled; in mtty_read() 848 *ppos += filled; in mtty_read() 849 buf += filled; in mtty_read() 865 size_t filled; in mtty_write() local 878 filled in mtty_write() [all...] |
H A D | mbochs.c | 591 size_t filled; in mbochs_read() local 604 filled = 4; in mbochs_read() 616 filled = 2; in mbochs_read() 628 filled = 1; in mbochs_read() 631 count -= filled; in mbochs_read() 632 done += filled; in mbochs_read() 633 *ppos += filled; in mbochs_read() 634 buf += filled; in mbochs_read() 650 size_t filled; in mbochs_write() local 663 filled in mbochs_write() [all...] |
/kernel/linux/linux-6.6/drivers/vfio/platform/ |
H A D | vfio_platform_common.c | 400 size_t filled; in vfio_platform_read_mmio() local 409 filled = 4; in vfio_platform_read_mmio() 417 filled = 2; in vfio_platform_read_mmio() 425 filled = 1; in vfio_platform_read_mmio() 429 count -= filled; in vfio_platform_read_mmio() 430 done += filled; in vfio_platform_read_mmio() 431 off += filled; in vfio_platform_read_mmio() 432 buf += filled; in vfio_platform_read_mmio() 479 size_t filled; in vfio_platform_write_mmio() local 488 filled in vfio_platform_write_mmio() [all...] |
/kernel/linux/linux-6.6/samples/vfio-mdev/ |
H A D | mdpy.c | 307 size_t filled; in mdpy_read() local 320 filled = 4; in mdpy_read() 332 filled = 2; in mdpy_read() 344 filled = 1; in mdpy_read() 347 count -= filled; in mdpy_read() 348 done += filled; in mdpy_read() 349 *ppos += filled; in mdpy_read() 350 buf += filled; in mdpy_read() 368 size_t filled; in mdpy_write() local 381 filled in mdpy_write() [all...] |
H A D | mbochs.c | 616 size_t filled; in mbochs_read() local 629 filled = 4; in mbochs_read() 641 filled = 2; in mbochs_read() 653 filled = 1; in mbochs_read() 656 count -= filled; in mbochs_read() 657 done += filled; in mbochs_read() 658 *ppos += filled; in mbochs_read() 659 buf += filled; in mbochs_read() 677 size_t filled; in mbochs_write() local 690 filled in mbochs_write() [all...] |
H A D | mtty.c | 839 size_t filled; in mtty_read() local 852 filled = 4; in mtty_read() 864 filled = 2; in mtty_read() 876 filled = 1; in mtty_read() 879 count -= filled; in mtty_read() 880 done += filled; in mtty_read() 881 *ppos += filled; in mtty_read() 882 buf += filled; in mtty_read() 900 size_t filled; in mtty_write() local 913 filled in mtty_write() [all...] |
/kernel/linux/linux-5.10/drivers/vfio/pci/ |
H A D | vfio_pci_rdwr.c | 106 size_t fillable, filled; in do_io_rw() local 136 filled = 4; in do_io_rw() 158 filled = 2; in do_io_rw() 180 filled = 1; in do_io_rw() 183 filled = min(count, (size_t)(x_end - off)); in do_io_rw() 188 for (i = 0; i < filled; i++) in do_io_rw() 194 count -= filled; in do_io_rw() 195 done += filled; in do_io_rw() 196 off += filled; in do_io_rw() 197 buf += filled; in do_io_rw() [all...] |
/kernel/linux/linux-6.6/drivers/vfio/pci/ |
H A D | vfio_pci_rdwr.c | 106 size_t fillable, filled; in do_io_rw() local 136 filled = 4; in do_io_rw() 158 filled = 2; in do_io_rw() 180 filled = 1; in do_io_rw() 183 filled = min(count, (size_t)(x_end - off)); in do_io_rw() 188 for (i = 0; i < filled; i++) in do_io_rw() 194 count -= filled; in do_io_rw() 195 done += filled; in do_io_rw() 196 off += filled; in do_io_rw() 197 buf += filled; in do_io_rw() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ipmac.c | 65 unsigned char filled; member 91 if (e->add_mac && elem->filled == MAC_FILLED) in bitmap_ipmac_do_test() 106 return elem->filled == MAC_FILLED; in bitmap_ipmac_gc_test() 112 return elem->filled == MAC_FILLED; in bitmap_ipmac_is_filled() 131 * and we can reuse it later when MAC is filled out, in bitmap_ipmac_add_timeout() 150 if (elem->filled == MAC_FILLED) { in bitmap_ipmac_do_add() 167 elem->filled = MAC_FILLED; in bitmap_ipmac_do_add() 172 elem->filled = MAC_FILLED; in bitmap_ipmac_do_add() 175 elem->filled = MAC_UNSET; in bitmap_ipmac_do_add() 196 (elem->filled in bitmap_ipmac_do_list() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ipmac.c | 65 unsigned char filled; member 91 if (e->add_mac && elem->filled == MAC_FILLED) in bitmap_ipmac_do_test() 106 return elem->filled == MAC_FILLED; in bitmap_ipmac_gc_test() 112 return elem->filled == MAC_FILLED; in bitmap_ipmac_is_filled() 131 * and we can reuse it later when MAC is filled out, in bitmap_ipmac_add_timeout() 150 if (elem->filled == MAC_FILLED) { in bitmap_ipmac_do_add() 167 elem->filled = MAC_FILLED; in bitmap_ipmac_do_add() 172 elem->filled = MAC_FILLED; in bitmap_ipmac_do_add() 175 elem->filled = MAC_UNSET; in bitmap_ipmac_do_add() 196 (elem->filled in bitmap_ipmac_do_list() [all...] |
/kernel/linux/common_modules/tzdriver/core/ |
H A D | tz_spi_notify.c | 128 uint32_t filled : 1; member 134 uint32_t filled : 1; member 277 notify_data_entry->filled = 0; in tc_notify_timer_fn() 302 int filled; in get_notify_data_entry() local 314 filled = e->filled; in get_notify_data_entry() 316 if (filled == 0) in get_notify_data_entry() 344 e->filled = 0; in get_notify_data_entry()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
H A D | ex.S | 46 .long exception_error ! reserved_instruction (filled by trap_init) /* 180 */ 47 .long exception_error ! illegal_slot_instruction (filled by trap_init) /*1A0*/
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/ |
H A D | ex.S | 46 .long exception_error ! reserved_instruction (filled by trap_init) /* 180 */ 47 .long exception_error ! illegal_slot_instruction (filled by trap_init) /*1A0*/
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | pwc.h | 28 ? pdev->fill_buf->filled : 0); 31 TP_printk("dev=%s (fbuf=%p filled=%d) urb=%p (status=%d actual_length=%u)", 52 __entry->fbuf__filled = pdev->fill_buf->filled; 55 TP_printk(" dev=%s (fbuf=%p filled=%d) urb=%p",
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | pwc.h | 28 ? pdev->fill_buf->filled : 0); 31 TP_printk("dev=%s (fbuf=%p filled=%d) urb=%p (status=%d actual_length=%u)", 52 __entry->fbuf__filled = pdev->fill_buf->filled; 55 TP_printk(" dev=%s (fbuf=%p filled=%d) urb=%p",
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 1077 size_t filled; in intel_vgpu_read() local 1092 filled = 8; in intel_vgpu_read() 1104 filled = 4; in intel_vgpu_read() 1116 filled = 2; in intel_vgpu_read() 1128 filled = 1; in intel_vgpu_read() 1131 count -= filled; in intel_vgpu_read() 1132 done += filled; in intel_vgpu_read() 1133 *ppos += filled; in intel_vgpu_read() 1134 buf += filled; in intel_vgpu_read() 1151 size_t filled; in intel_vgpu_write() local [all...] |