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

<<11121314151617181920>>

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c406 * multista is used only in P2P_GO or AP mode. In other modes return
1041 * backward compatibility (mtu_max parameter was also used
1628 * @skb is used to obtain the protocol and headers length.
1658 * @skb is used to obtain the protocol and headers length.
1742 int descs_used = 0; /* total number of used descriptors */
1746 int used, avail = wil_ring_avail_tx(vring); local
1903 descs_used++; /* desc used so far */
1904 sg_desc_cnt++; /* desc used for this segment */
1976 used = wil_ring_used_tx(vring);
1978 used, use
2040 int used; local
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c77 list_for_each_entry(it, &cache->used, link)
89 list_move(&entry->link, &cache->used);
191 INIT_LIST_HEAD(&cache->used);
/linux-master/fs/ceph/
H A Ddebugfs.c272 int total, avail, used, reserved, min, i; local
275 ceph_reservation_status(fsc, &total, &avail, &used, &reserved, &min);
278 "used\t\t%d\n"
281 total, avail, used, reserved, min);
/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/infiniband/hw/erdma/
H A Derdma_cmdq.c53 int used; local
57 used = __test_and_clear_bit(comp_wait->ctx_id, cmdq->comp_wait_bitmap);
60 WARN_ON(!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.c51 return max_t(int, 0, bc->used - bc->reserve);
79 bc->used--;
156 bc->used++;
379 bc->used * 3 / 4;
717 bc->used++;
1291 " bytes used %zu/%zu (%zu%% full)\n"
1325 prt_btree_cache_line(out, c, "total:", bc->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/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/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) {
1846 NL_SET_ERR_MSG_FMT_MOD(extack, "Unsupported key used
[all...]
/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);
533 end = le32_to_cpu(hdr->used);
/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.

Completed in 339 milliseconds

<<11121314151617181920>>