Searched refs:refs (Results 151 - 169 of 169) sorted by relevance

1234567

/linux-master/kernel/sched/
H A Dcore.c2546 * @refs: number of wait_for_completion()
2550 refcount_t refs; member in struct:set_affinity_pending
3013 refcount_set(&my_pending.refs, 1);
3024 refcount_inc(&pending->refs);
3096 if (refcount_dec_and_test(&pending->refs))
3097 wake_up_var(&pending->refs); /* No UaF, just an address */
3103 wait_var_event(&my_pending.refs, !refcount_read(&my_pending.refs));
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c912 qeth_l2_switchdev_notify_refcnt.refs.counter);
932 qeth_l2_switchdev_notify_refcnt.refs.counter);
/linux-master/drivers/xen/
H A Dgntdev.c649 if (copy_from_user(map->grants, &u->refs,
/linux-master/io_uring/
H A Dio-wq.c1155 refcount_inc(&data->hash->refs);
/linux-master/include/sound/
H A Dpcm.h449 refcount_t refs; member in struct:snd_pcm_group
/linux-master/include/linux/
H A Dblkdev.h387 refcount_t refs; member in struct:request_queue
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c469 res = container_of(kref, struct dlm_lock_resource, refs);
520 kref_put(&res->refs, dlm_lockres_release);
556 kref_init(&res->refs);
1967 "that will mess up this node, refs=%d, extra=%d, "
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c509 refcount_inc(&dpaa_bp_array[bpid]->refs);
520 refcount_set(&dpaa_bp->refs, 1);
608 if (!refcount_dec_and_test(&bp->refs))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c2433 * @refs: pointer to variable to receive the reference count
2436 ice_vsig_get_ref(struct ice_hw *hw, enum ice_block blk, u16 vsig, u16 *refs) argument
2441 *refs = 0;
2448 (*refs)++;
/linux-master/mm/
H A Dfilemap.c238 int refs = 1; local
245 refs = folio_nr_pages(folio);
246 folio_put_refs(folio, refs);
H A Dvmscan.c4236 int refs = folio_lru_refs(folio); local
4237 int tier = lru_tier_from_refs(refs);
4268 if (tier > tier_idx || refs == BIT(LRU_REFS_WIDTH)) {
/linux-master/fs/btrfs/
H A Dqgroup.c1312 * - run delayed refs
1524 * Quick path for updating qgroup with only excl refs.
1988 "error accounting new delayed refs extent (err code: %d), quota inconsistent",
2230 atomic_inc(&src_eb->refs);
2463 atomic_inc(&dst_eb->refs);
2556 atomic_inc(&root_eb->refs); /* For path */
3909 * delayed refs will be accounted by btrfs_qgroup_account_ref.
3914 * ensure we run all delayed refs and only after that, we are
H A Dsend.c1526 const u64 refs = btrfs_extent_refs(leaf, ei); local
1543 if (refs == 1 && sctx->clone_roots_cnt == 1)
1554 if (refs > SEND_MAX_EXTENT_REFS)
2191 * process_recorded_refs also uses it to avoid unlinking of refs that were
2429 * that were not created yet and overwritten inodes/refs.
2432 * 1. When an inode is freshly created and thus no valid refs are available yet
2433 * 2. When a directory lost all it's refs (deleted) but still has dir items
2843 * a valid path yet because we did not process the refs yet. So, the inode
4387 * We may have refs where the parent directory does not exist
4391 * did already happen before due to other refs i
4668 record_ref_in_tree(struct rb_root *root, struct list_head *refs, struct fs_path *name, u64 dir, u64 dir_gen, struct send_ctx *sctx) argument
[all...]
H A Dtree-log.c1011 * inode backreferences may have multiple refs in a single item,
1064 /* Search old style refs */
1121 /* Same search but for extended refs */
1590 * number of back refs found. If it goes down to zero, the iput
2380 * back refs).
2720 atomic_inc(&log->node->refs);
3446 * didn't get fsync'd again so the log has back refs for X and X.link.
3685 atomic_inc(&ctx->scratch_eb->refs);
4930 refcount_inc(&em->refs);
7276 /* The loop needs to continue due to the root refs */
[all...]
H A Dzoned.c2402 atomic_inc(&eb->refs);
H A Dinode.c2592 refcount_inc(&ordered->refs);
4088 * also drops the back refs in the inode to the directory
5234 * delayed refs activity by truncating.
6343 * be packed into one item. Extended refs will kick in if we
7348 /* em got 2 refs now, callers needs to do free_extent_map once. */
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1415 free = refcount_dec_and_test(&cd->refs);
2241 refcount_set(&cd->refs, 1);
/linux-master/net/core/
H A Dskbuff.c6866 refcount_inc(&flow->key->refs);
/linux-master/net/netfilter/
H A Dnf_tables_api.c5252 refcount_set(&set->refs, 1);
5322 if (refcount_dec_and_test(&set->refs)) {
9835 refcount_inc(&set->refs);

Completed in 606 milliseconds

1234567