/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_dbgfs.c | 15 int *used, int total) in mtk_vdec_dbgfs_get_format_type() 21 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 25 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 29 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 33 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 37 *used in mtk_vdec_dbgfs_get_format_type() 14 mtk_vdec_dbgfs_get_format_type(struct mtk_vcodec_dec_ctx *ctx, char *buf, int *used, int total) mtk_vdec_dbgfs_get_format_type() argument 56 mtk_vdec_dbgfs_get_help(char *buf, int *used, int total) mtk_vdec_dbgfs_get_help() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt-stats.c | 45 size_t used; in rtrs_clt_stats_migration_cnt_to_str() local 48 used = scnprintf(buf, len, " "); in rtrs_clt_stats_migration_cnt_to_str() 50 used += scnprintf(buf + used, len - used, " CPU%u", cpu); in rtrs_clt_stats_migration_cnt_to_str() 52 used += scnprintf(buf + used, len - used, "\nfrom:"); in rtrs_clt_stats_migration_cnt_to_str() 55 used += scnprintf(buf + used, le in rtrs_clt_stats_migration_cnt_to_str() [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | record.c | 201 u32 used = le32_to_cpu(rec->used); in mi_enum_attr() local 211 if (used > total) in mi_enum_attr() 214 if (off >= used || off < MFTRECORD_FIXUP_OFFSET_1 || in mi_enum_attr() 228 if (off >= used) in mi_enum_attr() 249 if (off + 8 > used) { in mi_enum_attr() 269 if (off + asize < off || off + asize > used) in mi_enum_attr() 418 } else if (rno >= sbi->mft.used) { in mi_format_new() 470 u32 used = le32_to_cpu(rec->used); in mi_insert_attr() local 531 u32 used = le32_to_cpu(rec->used); mi_remove_attr() local 567 u32 total, used = le32_to_cpu(rec->used); mi_resize_attr() local 625 u32 used = le32_to_cpu(rec->used); mi_pack_runs() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt-stats.c | 42 size_t used; in rtrs_clt_stats_migration_from_cnt_to_str() local 45 used = 0; in rtrs_clt_stats_migration_from_cnt_to_str() 48 used += sysfs_emit_at(buf, used, "%d ", in rtrs_clt_stats_migration_from_cnt_to_str() 52 used += sysfs_emit_at(buf, used, "\n"); in rtrs_clt_stats_migration_from_cnt_to_str() 54 return used; in rtrs_clt_stats_migration_from_cnt_to_str() 61 size_t used; in rtrs_clt_stats_migration_to_cnt_to_str() local 64 used = 0; in rtrs_clt_stats_migration_to_cnt_to_str() 67 used in rtrs_clt_stats_migration_to_cnt_to_str() [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/secure/ |
H A D | los_secure_heap.c | 15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
44 UINT32 used : 8;
member 99 node->used = 0;
in OsSecureHeapClearNode() 122 newFreeNode->used = OS_SECURE_HEAP_NODE_FREE;
in OsSecureHeapSplitNode() 126 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapSplitNode() 138 if ((node->preNode != NULL) && (node->preNode->used == OS_SECURE_HEAP_NODE_FREE)) {
in OsSecureHeapFreeNode() 142 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapFreeNode() 148 preNode->used = OS_SECURE_HEAP_NODE_FREE;
in OsSecureHeapFreeNode() 152 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapFreeNode() 157 node->used in OsSecureHeapFreeNode() [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/secure/ |
H A D | los_secure_heap.c | 15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
45 UINT32 used : 8;
member 100 node->used = 0;
in OsSecureHeapClearNode() 123 newFreeNode->used = OS_SECURE_HEAP_NODE_FREE;
in OsSecureHeapSplitNode() 127 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapSplitNode() 139 if ((node->preNode != NULL) && (node->preNode->used == OS_SECURE_HEAP_NODE_FREE)) {
in OsSecureHeapFreeNode() 143 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapFreeNode() 149 preNode->used = OS_SECURE_HEAP_NODE_FREE;
in OsSecureHeapFreeNode() 153 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapFreeNode() 158 node->used in OsSecureHeapFreeNode() [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/secure/ |
H A D | los_secure_heap.c | 15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
44 UINT32 used : 8;
member 99 node->used = 0;
in OsSecureHeapClearNode() 122 newFreeNode->used = OS_SECURE_HEAP_NODE_FREE;
in OsSecureHeapSplitNode() 126 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapSplitNode() 138 if ((node->preNode != NULL) && (node->preNode->used == OS_SECURE_HEAP_NODE_FREE)) {
in OsSecureHeapFreeNode() 142 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapFreeNode() 148 preNode->used = OS_SECURE_HEAP_NODE_FREE;
in OsSecureHeapFreeNode() 152 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapFreeNode() 157 node->used in OsSecureHeapFreeNode() [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/secure/ |
H A D | los_secure_heap.c | 15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
45 UINT32 used : 8;
member 100 node->used = 0;
in OsSecureHeapClearNode() 123 newFreeNode->used = OS_SECURE_HEAP_NODE_FREE;
in OsSecureHeapSplitNode() 127 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapSplitNode() 139 if ((node->preNode != NULL) && (node->preNode->used == OS_SECURE_HEAP_NODE_FREE)) {
in OsSecureHeapFreeNode() 143 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapFreeNode() 149 preNode->used = OS_SECURE_HEAP_NODE_FREE;
in OsSecureHeapFreeNode() 153 if (nextNode->used == OS_SECURE_HEAP_NODE_FREE) {
in OsSecureHeapFreeNode() 158 node->used in OsSecureHeapFreeNode() [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ag_resv.c | 49 * reserved blocks" count must be used when calculating the length of the 60 * to use the reservation system should update ask/used in xfs_ag_resv_init. 99 * How many blocks are reserved but not used, and therefore must not be 182 xfs_extlen_t used) in __xfs_ag_resv_init() 189 if (used > ask) in __xfs_ag_resv_init() 190 ask = used; in __xfs_ag_resv_init() 205 * on-disk as used space. We therefore only hide the space in __xfs_ag_resv_init() 206 * that is reserved but not used by the trees. in __xfs_ag_resv_init() 208 hidden_space = ask - used; in __xfs_ag_resv_init() 236 resv->ar_reserved = ask - used; in __xfs_ag_resv_init() 178 __xfs_ag_resv_init( struct xfs_perag *pag, enum xfs_ag_resv_type type, xfs_extlen_t ask, xfs_extlen_t used) __xfs_ag_resv_init() argument 251 xfs_extlen_t used; xfs_ag_resv_init() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ag_resv.c | 49 * reserved blocks" count must be used when calculating the length of the 60 * to use the reservation system should update ask/used in xfs_ag_resv_init. 100 * How many blocks are reserved but not used, and therefore must not be 183 xfs_extlen_t used) in __xfs_ag_resv_init() 190 if (used > ask) in __xfs_ag_resv_init() 191 ask = used; in __xfs_ag_resv_init() 206 * on-disk as used space. We therefore only hide the space in __xfs_ag_resv_init() 207 * that is reserved but not used by the trees. in __xfs_ag_resv_init() 209 hidden_space = ask - used; in __xfs_ag_resv_init() 241 resv->ar_reserved = ask - used; in __xfs_ag_resv_init() 179 __xfs_ag_resv_init( struct xfs_perag *pag, enum xfs_ag_resv_type type, xfs_extlen_t ask, xfs_extlen_t used) __xfs_ag_resv_init() argument 255 xfs_extlen_t used; xfs_ag_resv_init() local [all...] |
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | sigio.c | 21 * Protected by sigio_lock(), also used by sigio_cleanup, which is an 40 int used; member 61 n = poll(fds->poll, fds->used, -1); in write_sigio_thread() 68 for (i = 0; i < fds->used; i++) { in write_sigio_thread() 87 fds->used--; in write_sigio_thread() 89 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 173 for (i = 0; i < all_sigio_fds.used; i++) { in add_sigio_fd() 177 if (i == all_sigio_fds.used) in add_sigio_fd() 182 for (i = 0; i < current_poll.used; in add_sigio_fd() [all...] |
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | sigio.c | 21 * Protected by sigio_lock(), also used by sigio_cleanup, which is an 40 int used; member 61 n = poll(fds->poll, fds->used, -1); in write_sigio_thread() 68 for (i = 0; i < fds->used; i++) { in write_sigio_thread() 87 fds->used--; in write_sigio_thread() 89 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 172 for (i = 0; i < all_sigio_fds.used; i++) { in __add_sigio_fd() 176 if (i == all_sigio_fds.used) in __add_sigio_fd() 181 for (i = 0; i < current_poll.used; in __add_sigio_fd() [all...] |
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vringh.c | 85 while (len && iov->i < iov->used) { in vringh_kiov_advance() 116 while (len && iov->i < iov->used) { in vringh_iov_xfer() 320 riov->i = riov->used = riov->consumed = 0; in __vringh_iov() 322 wiov->i = wiov->used = wiov->consumed = 0; in __vringh_iov() 377 if (unlikely(wiov && wiov->used)) { in __vringh_iov() 403 if (unlikely(iov->used == (iov->max_num & ~VRINGH_IOV_ALLOCATED))) { in __vringh_iov() 409 iov->iov[iov->used].iov_base = addr; in __vringh_iov() 410 iov->iov[iov->used].iov_len = len; in __vringh_iov() 411 iov->used++; in __vringh_iov() 448 const struct vring_used_elem *used, in __vringh_complete() 447 __vringh_complete(struct vringh *vrh, const struct vring_used_elem *used, unsigned int num_used, int (*putu16)(const struct vringh *vrh, __virtio16 *p, u16 val), int (*putused)(const struct vringh *vrh, struct vring_used_elem *dst, const struct vring_used_elem *src, unsigned num)) __vringh_complete() argument 656 vringh_init_user(struct vringh *vrh, u64 features, unsigned int num, bool weak_barriers, vring_desc_t __user *desc, vring_avail_t __user *avail, vring_used_t __user *used) vringh_init_user() argument 810 struct vring_used_elem used; vringh_complete_user() local 827 vringh_complete_multi_user(struct vringh *vrh, const struct vring_used_elem used[], unsigned num_used) vringh_complete_multi_user() argument 930 vringh_init_kern(struct vringh *vrh, u64 features, unsigned int num, bool weak_barriers, struct vring_desc *desc, struct vring_avail *avail, struct vring_used *used) vringh_init_kern() argument 1058 struct vring_used_elem used; vringh_complete_kern() local 1406 vringh_init_iotlb(struct vringh *vrh, u64 features, unsigned int num, bool weak_barriers, struct vring_desc *desc, struct vring_avail *avail, struct vring_used *used) vringh_init_iotlb() argument 1432 vringh_init_iotlb_va(struct vringh *vrh, u64 features, unsigned int num, bool weak_barriers, struct vring_desc *desc, struct vring_avail *avail, struct vring_used *used) vringh_init_iotlb_va() argument 1568 struct vring_used_elem used; vringh_complete_iotlb() local [all...] |
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vringh.c | 88 while (len && iov->i < iov->used) { in vringh_iov_xfer() 292 riov->i = riov->used = 0; in __vringh_iov() 294 wiov->i = wiov->used = 0; in __vringh_iov() 349 if (unlikely(wiov && wiov->used)) { in __vringh_iov() 375 if (unlikely(iov->used == (iov->max_num & ~VRINGH_IOV_ALLOCATED))) { in __vringh_iov() 381 iov->iov[iov->used].iov_base = addr; in __vringh_iov() 382 iov->iov[iov->used].iov_len = len; in __vringh_iov() 383 iov->used++; in __vringh_iov() 420 const struct vring_used_elem *used, in __vringh_complete() 433 used_ring = vrh->vring.used; in __vringh_complete() 419 __vringh_complete(struct vringh *vrh, const struct vring_used_elem *used, unsigned int num_used, int (*putu16)(const struct vringh *vrh, __virtio16 *p, u16 val), int (*putused)(const struct vringh *vrh, struct vring_used_elem *dst, const struct vring_used_elem *src, unsigned num)) __vringh_complete() argument 628 vringh_init_user(struct vringh *vrh, u64 features, unsigned int num, bool weak_barriers, vring_desc_t __user *desc, vring_avail_t __user *avail, vring_used_t __user *used) vringh_init_user() argument 779 struct vring_used_elem used; vringh_complete_user() local 796 vringh_complete_multi_user(struct vringh *vrh, const struct vring_used_elem used[], unsigned num_used) vringh_complete_multi_user() argument 899 vringh_init_kern(struct vringh *vrh, u64 features, unsigned int num, bool weak_barriers, struct vring_desc *desc, struct vring_avail *avail, struct vring_used *used) vringh_init_kern() argument 1024 struct vring_used_elem used; vringh_complete_kern() local 1254 vringh_init_iotlb(struct vringh *vrh, u64 features, unsigned int num, bool weak_barriers, struct vring_desc *desc, struct vring_avail *avail, struct vring_used *used) vringh_init_iotlb() argument 1382 struct vring_used_elem used; vringh_complete_iotlb() local [all...] |
/kernel/linux/linux-5.10/sound/oss/dmasound/ |
H A D | dmasound_atari.c | 38 static int write_sq_ignore_int; /* ++TeSche: used for Falcon */ 55 * return the number of bytes they've used from both streams so you may detect 161 ssize_t count, used; in ata_ct_law() local 167 used = count; in ata_ct_law() 175 *frameUsed += used; in ata_ct_law() 176 return used; in ata_ct_law() 184 ssize_t count, used; in ata_ct_s8() local 190 used = count; in ata_ct_s8() 193 *frameUsed += used; in ata_ct_s8() 194 return used; in ata_ct_s8() 202 ssize_t count, used; ata_ct_u8() local 237 ssize_t count, used; ata_ct_s16be() local 269 ssize_t count, used; ata_ct_u16be() local 308 ssize_t count, used; ata_ct_s16le() local 349 ssize_t count, used; ata_ct_u16le() local 394 ssize_t used, usedf; ata_ctx_law() local 454 ssize_t used, usedf; ata_ctx_s8() local 508 ssize_t used, usedf; ata_ctx_u8() local 564 ssize_t used, usedf; ata_ctx_s16be() local 620 ssize_t used, usedf; ata_ctx_u16be() local 678 ssize_t used, usedf; ata_ctx_s16le() local 736 ssize_t used, usedf; ata_ctx_u16le() local [all...] |
/kernel/linux/linux-6.6/sound/oss/dmasound/ |
H A D | dmasound_atari.c | 38 static int write_sq_ignore_int; /* ++TeSche: used for Falcon */ 55 * return the number of bytes they've used from both streams so you may detect 161 ssize_t count, used; in ata_ct_law() local 167 used = count; in ata_ct_law() 175 *frameUsed += used; in ata_ct_law() 176 return used; in ata_ct_law() 184 ssize_t count, used; in ata_ct_s8() local 190 used = count; in ata_ct_s8() 193 *frameUsed += used; in ata_ct_s8() 194 return used; in ata_ct_s8() 202 ssize_t count, used; ata_ct_u8() local 237 ssize_t count, used; ata_ct_s16be() local 269 ssize_t count, used; ata_ct_u16be() local 308 ssize_t count, used; ata_ct_s16le() local 349 ssize_t count, used; ata_ct_u16le() local 394 ssize_t used, usedf; ata_ctx_law() local 454 ssize_t used, usedf; ata_ctx_s8() local 508 ssize_t used, usedf; ata_ctx_u8() local 564 ssize_t used, usedf; ata_ctx_s16be() local 620 ssize_t used, usedf; ata_ctx_u16be() local 678 ssize_t used, usedf; ata_ctx_s16le() local 736 ssize_t used, usedf; ata_ctx_u16le() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | sta.c | 30 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate() 35 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate() 41 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate() 261 if (!priv->stations[i].used && in iwl_prep_station() 278 if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) { in iwl_prep_station() 284 if ((priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE) && in iwl_prep_station() 285 (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) && in iwl_prep_station() 293 station->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station() 352 if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) { in iwl_add_station_common() 359 if ((priv->stations[sta_id].used in iwl_add_station_common() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | sta.c | 25 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate() 30 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate() 36 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate() 256 if (!priv->stations[i].used && in iwl_prep_station() 273 if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) { in iwl_prep_station() 279 if ((priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE) && in iwl_prep_station() 280 (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) && in iwl_prep_station() 288 station->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station() 347 if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) { in iwl_add_station_common() 354 if ((priv->stations[sta_id].used in iwl_add_station_common() [all...] |
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-syscfg-configfs.c | 58 ssize_t used = 0; in cscfg_cfg_values_show() local 72 * A set of presets is the sum of all params in used features, in cscfg_cfg_values_show() 78 used += scnprintf(page + used, PAGE_SIZE - used, in cscfg_cfg_values_show() 85 used += scnprintf(page + used, PAGE_SIZE - used, "\n"); in cscfg_cfg_values_show() 87 return used; in cscfg_cfg_values_show() 245 int used in cscfg_feat_matches_show() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | vringh.h | 29 /* Guest publishes used event idx (note: we always do). */ 41 /* Last index we used. */ 91 * @used: number of iovecs present in @iov 96 * Remaining data is iov + i, of used - i elements. 101 unsigned i, used, max_num; member 109 * @used: number of iovecs present in @iov 114 * Remaining data is iov + i, of used - i elements. 119 unsigned i, used, max_num; member 130 vring_used_t __user *used); 135 iov->used in vringh_iov_init() [all...] |
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc_commit.c | 432 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local 444 used = 0; in layout_in_empty_space() 465 used = 0; in layout_in_empty_space() 469 offs = buf_offs + used; in layout_in_empty_space() 510 wlen = used + len; in layout_in_empty_space() 511 used += ALIGN(len, 8); in layout_in_empty_space() 515 buf_offs + used + next_len <= c->leb_size && in layout_in_empty_space() 520 buf_offs + used + next_len <= c->leb_size) in layout_in_empty_space() 530 c->leb_size - buf_offs, blen - used, in layout_in_empty_space() 536 used in layout_in_empty_space() 828 int i, lnum, offs, len, next_len, buf_len, buf_offs, used; write_index() local [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc_commit.c | 432 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local 444 used = 0; in layout_in_empty_space() 465 used = 0; in layout_in_empty_space() 469 offs = buf_offs + used; in layout_in_empty_space() 510 wlen = used + len; in layout_in_empty_space() 511 used += ALIGN(len, 8); in layout_in_empty_space() 515 buf_offs + used + next_len <= c->leb_size && in layout_in_empty_space() 520 buf_offs + used + next_len <= c->leb_size) in layout_in_empty_space() 530 c->leb_size - buf_offs, blen - used, in layout_in_empty_space() 536 used in layout_in_empty_space() 828 int i, lnum, offs, len, next_len, buf_len, buf_offs, used; write_index() local [all...] |
/kernel/linux/linux-5.10/tools/virtio/ringtest/ |
H A D | virtio_ring_0_9.c | 6 * Partial implementation of virtio 0.9. event index is used for signalling, 160 index = ring.used->ring[head].id; in get_buf() 167 if (ring.used->idx == guest.last_used_idx) in get_buf() 176 index = ring.used->ring[head].id; in get_buf() 183 *lenp = ring.used->ring[head].len; in get_buf() 202 unsigned index = ring.used->ring[head].id; in used_empty() 206 return ring.used->idx == last_used_idx; in used_empty() 307 /* now update used ring */ in use_buf() 308 ring.used->ring[used_idx].id = head; in use_buf() 309 ring.used in use_buf() [all...] |
/kernel/linux/linux-5.10/kernel/kcsan/ |
H A D | debugfs.c | 35 * Addresses for filtering functions from reporting. This list can be used as a 41 int used; /* number of elements used */ member 47 .used = 0, 109 if (report_filterlist.used == 0) in kcsan_skip_report_debugfs() 114 sort(report_filterlist.addrs, report_filterlist.used, in kcsan_skip_report_debugfs() 119 report_filterlist.used, sizeof(unsigned long), in kcsan_skip_report_debugfs() 161 } else if (report_filterlist.used == report_filterlist.size) { in insert_report_filterlist() 179 report_filterlist.addrs[report_filterlist.used++] = in insert_report_filterlist() 205 report_filterlist.used in show_info() [all...] |
/kernel/linux/linux-6.6/kernel/kcsan/ |
H A D | debugfs.c | 40 * Addresses for filtering functions from reporting. This list can be used as a 46 int used; /* number of elements used */ member 52 .used = 0, 114 if (report_filterlist.used == 0) in kcsan_skip_report_debugfs() 119 sort(report_filterlist.addrs, report_filterlist.used, in kcsan_skip_report_debugfs() 124 report_filterlist.used, sizeof(unsigned long), in kcsan_skip_report_debugfs() 166 } else if (report_filterlist.used == report_filterlist.size) { in insert_report_filterlist() 184 report_filterlist.addrs[report_filterlist.used++] = in insert_report_filterlist() 210 report_filterlist.used in show_info() [all...] |