Searched refs:used (Results 276 - 300 of 632) sorted by relevance

<<11121314151617181920>>

/linux-master/include/net/
H A Dneighbour.h59 /* Following are used as a second way to access one of the above */
63 /* Following are used by "default" only */
99 /* In ndo_neigh_setup, NEIGH_VAR_INIT should be used.
100 * In other cases, NEIGH_VAR_SET should be used.
148 unsigned long used; member in struct:neighbour
463 if (READ_ONCE(neigh->used) != now)
464 WRITE_ONCE(neigh->used, now);
/linux-master/sound/firewire/oxfw/
H A Doxfw-stream.c131 bool used; local
139 err = cmp_connection_check_used(conn, &used);
140 if ((err >= 0) && used && !amdtp_stream_running(stream)) {
/linux-master/drivers/mtd/ubi/
H A Dubi.h36 /* UBI name used for character devices, sysfs, etc */
149 * struct ubi_vid_io_buf - VID buffer used to read/write VID info to/from the
161 * @u.rb: link in the corresponding (free/used) RB-tree
166 * This data structure is used in the WL sub-system. Each physical eraseblock
188 * This data structure is used in the EBA sub-system to implement per-LEB
226 * @e: PEBs used by the current fastmap
228 * @used_blocks: number of used PEBs
230 * @max_wl_pool_size: maximal size of the pool used by the WL sub-system
243 * @used: number of used PEB
254 int used; member in struct:ubi_fm_pool
606 struct rb_root used; member in struct:ubi_device
[all...]
/linux-master/fs/vboxsf/
H A Dutils.c492 b->used = 0;
558 b->used += size;
561 if (b && b->used == 0)
H A Ddir.c124 if (WARN_ON(end > (b->buf + b->used)))
130 if (WARN_ON(end > (b->buf + b->used)))
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_drv.c712 atomic_dec(&msg_ring->used);
847 return !atomic_read(&msg_ring->used);
867 if (write == read && atomic_read(&msg_ring->used) == SEC_QUEUE_LEN) {
879 atomic_inc(&msg_ring->used);
889 return SEC_QUEUE_LEN - atomic_read(&msg_ring->used) >= num;
1091 atomic_set(&ring_cmd->used, 0);
/linux-master/tools/testing/selftests/rseq/
H A Dparam_test.c29 static int loop_cnt_1 asm("asm_loop_cnt_1") __attribute__((used));
30 static int loop_cnt_2 asm("asm_loop_cnt_2") __attribute__((used));
31 static int loop_cnt_3 asm("asm_loop_cnt_3") __attribute__((used));
32 static int loop_cnt_4 asm("asm_loop_cnt_4") __attribute__((used));
33 static int loop_cnt_5 asm("asm_loop_cnt_5") __attribute__((used));
34 static int loop_cnt_6 asm("asm_loop_cnt_6") __attribute__((used));
673 * only be used on lists that are not concurrently modified.
853 * only be used on buffers that are not concurrently modified.
1063 * only be used on buffers that are not concurrently modified.
/linux-master/fs/bcachefs/
H A Dbtree_cache.c45 return max_t(int, 0, bc->used - bc->reserve);
73 bc->used--;
150 bc->used++;
312 bc->used * 3 / 4;
647 bc->used++;
1224 " bytes used %zu/%zu (%zu%% full)\n"
1245 prt_printf(out, "nr nodes:\t\t%u\n", c->btree_cache.used);
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S47 | The registers are used as follows:
50 | d1: temp used to form the digit
/linux-master/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S47 # used only before/after all rounds
52 # used only during rounds
/linux-master/drivers/cpufreq/
H A DKconfig.x8676 This kernel module is used for testing. It's safe to say M here.
107 The powernow-k8 driver used to provide a sysfs knob called "cpb"
269 This driver should be only used in exceptional
271 slowdowns and noticeable latencies. Normally Speedstep should be used
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_counters.c104 if (time_after_eq(encap->neigh->used, touched))
106 encap->neigh->used = touched;
188 * Ensuring we don't update the wrong counter if the ID gets re-used
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c472 u64 *used, u64 *used_visible)
477 *used = mgr->mm.size - mgr->mm.avail;
471 xe_ttm_vram_get_used(struct ttm_resource_manager *man, u64 *used, u64 *used_visible) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c484 * Figure out how many blocks to reserve and how many are used by this btree.
492 xfs_extlen_t *used)
521 *used += tree_len;
487 xfs_refcountbt_calc_reserves( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used) argument
/linux-master/net/bridge/
H A Dbr_input.c210 if (now != dst->used)
211 dst->used = now;
/linux-master/fs/ntfs3/
H A Ddir.c314 * Unfortunately reparse attribute is used for many purposes (several dozens).
351 u32 end = le32_to_cpu(hdr->used);
532 end = le32_to_cpu(hdr->used);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c66 bool used; member in struct:qede_arfs_fltr_node
95 if (n->used)
121 n->used = true;
202 fltr->used = false;
211 fltr->used = false;
251 !fltr->used) || free_fltr) {
476 if (!n->used) {
787 /* We have used all our credits, now enable accept_any_vlan */
1385 while (fltr->used && count) {
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c64 /* Workqueue used by all functions for defering cmd calls to the adapter */
296 * being used in uc-list
817 return atomic_read(&txo->q.used) + BE_MAX_TX_FRAG_COUNT >= txo->q.len;
822 return atomic_read(&txo->q.used) < txo->q.len / 2;
827 return atomic_read(&txo->q.used) > txo->pend_wrb_cnt;
941 atomic_add(num_frags, &txq->used);
988 * of WRBs used up by the packet.
1237 atomic_inc(&txq->used);
1432 dev_info(dev, "TXQ Dump: %d H: %d T: %d used: %d, qid: 0x%x\n",
1434 atomic_read(&txo->q.used), tx
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S15 * 3. The name of the author may not be used to endorse or promote
42 * used by fp_scan.S
206 | originally used to get longdouble from userspace, now it's
651 | as far as possible), these are used if there is different
1014 | this is only used by fsgldiv/fsgdlmul, where the
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h80 unsigned used:1; member in struct:r8a66597_dma
/linux-master/arch/arm/boot/compressed/
H A Dll_char_wr.S14 @ {} = used
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh63 If FAILCMD_TYPE is not defined, then failslab is used.
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h137 size_t used; member in struct:emac_ring_header
/linux-master/drivers/net/ethernet/i825xx/
H A Dether1.c141 int used; local
176 : "=&r" (used), "=&r" (data)
204 int used; local
239 : "=&r" (used), "=&r" (data)
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h153 bool used; member in struct:qed_vf_vlan_shadow
213 /* A bitfield using bulletin's valid-map bits, used to indicate
221 /* This structure is part of qed_hwfn and used only for PFs that have sriov

Completed in 370 milliseconds

<<11121314151617181920>>