Searched refs:space (Results 201 - 225 of 343) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.c461 int space, rc = 0; local
479 space = rx_queue->max_fill - fill_level;
480 EFX_WARN_ON_ONCE_PARANOID(space < batch_size);
495 } while ((space -= batch_size) >= batch_size);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c462 int space, rc = 0; local
480 space = rx_queue->max_fill - fill_level;
481 EFX_WARN_ON_ONCE_PARANOID(space < batch_size);
496 } while ((space -= batch_size) >= batch_size);
/linux-master/arch/x86/xen/
H A Denlighten_hvm.c45 xatp.space = XENMAPSPACE_shared_info;
/linux-master/drivers/thunderbolt/
H A Dtrace.h47 msg->addr.space, msg->addr.seq);
H A Ddebugfs.c97 * For Adapter/Router configuration space:
104 * For Counter configuration space:
527 const char *space = ""; local
537 space = " ";
541 seq_printf(s, "%shardware", space);
543 seq_printf(s, "%s[hardware]", space);
/linux-master/arch/arc/kernel/
H A Dentry.S63 ; Return to user space
/linux-master/fs/btrfs/
H A Dioctl.c47 #include "space-info.h"
503 * btrfs_trim_block_group() depends on space cache, which is not
512 * mounted in RO mode as well, we can not allow discard on free space
514 * pinned in a block group's free space cache (pinning the extents is
538 * block group is in the logical address space, which can be any
724 * tree block so that we don't leak space and leave the
1055 * Force new buffered writes to reserve space even when NOCOW is
1090 * return BTRFS_ERROR_DEV_EXCL_RUN_IN_PROGRESS to user space
3029 struct btrfs_ioctl_space_info *space)
3033 space
3028 get_block_group_info(struct list_head *groups_list, struct btrfs_ioctl_space_info *space) argument
3047 struct btrfs_ioctl_space_info space; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_synth.c324 int size, union trace_synth_field *val, char *space)
328 trace_seq_printf(s, print_fmt, name, val->as_u8, space);
332 trace_seq_printf(s, print_fmt, name, val->as_u16, space);
336 trace_seq_printf(s, print_fmt, name, val->as_u32, space);
340 trace_seq_printf(s, print_fmt, name, val->as_u64, space);
402 char *space = (i == se->n_fields - 1 ? "" : " "); local
408 space);
678 * break user space, that old format must still work. If a new
1709 * to strings, cast to u64. Strings will be copied into space
1813 * to strings, cast to u64. Strings will be copied into space
322 print_synth_event_num_val(struct trace_seq *s, char *print_fmt, char *name, int size, union trace_synth_field *val, char *space) argument
[all...]
/linux-master/net/ipv6/
H A Dndisc.c149 int space = __ndisc_opt_addr_space(data_len, pad); local
150 u8 *opt = skb_put(skb, space);
153 opt[1] = space>>3;
157 space -= pad;
162 space -= data_len;
163 if (space > 0)
164 memset(opt, 0, space);
/linux-master/net/sunrpc/
H A Dsvc_xprt.c327 /* This errno is exposed to user space. Provide a reasonable
494 * svc_reserve - change the space reserved for the reply to a request.
496 * @space: new max space to reserve
498 * Each request reserves some space on the output queue of the transport
500 * space to be the amount of space used already, plus @space.
503 void svc_reserve(struct svc_rqst *rqstp, int space) argument
507 space
[all...]
/linux-master/net/mptcp/
H A Dsockopt.c1234 * user-space-provided storage
1259 /* fetch addr/tcp_info only if the user space buffers
1476 * the user-space - only the msk is relevant - but will foul the
1494 int space, cap; local
1514 space = __tcp_space_from_win(mptcp_sk(sk)->scaling_ratio, val);
1515 if (space <= sk->sk_rcvbuf)
1519 WRITE_ONCE(sk->sk_rcvbuf, space);
1525 WRITE_ONCE(ssk->sk_rcvbuf, space);
/linux-master/arch/m68k/ifpsp060/
H A Dos.S58 | or supervisor application space. The examples below use simple "move"
71 | working in user space
311 | space... Should be right, or are there any exceptions?
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S387 | mem_write --- write to user or supervisor address space
404 | If the EXC_SR shows that the exception was from supervisor space,
427 | mem_read --- read from user or supervisor address space
445 | from supervisor space is indicated.
479 | movec %d1,%DFC | set dfc for user data space
494 | movec %d1,%SFC | set sfc for user space
H A Dbindec.S16 | Output: result in the FP_SCR1 space on the stack.
211 movel (%a0),FP_SCR2(%a6) | move input to work space
212 movel 4(%a0),FP_SCR2+4(%a6) | move input to work space
213 movel 8(%a0),FP_SCR2+8(%a6) | move input to work space
H A Dsgetem.S16 | Input: Double-extended number X in the ETEMP space in
/linux-master/fs/quota/
H A Dquota_v2.c47 static inline qsize_t v2_stoqb(qsize_t space) argument
49 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS;
136 * Used space is stored as unsigned 64-bit value in bytes but
360 * If space for dquot is already allocated, we don't need any
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S81 | user space, we correct stackpointer and send a SIGSEGV to
/linux-master/arch/arm/mm/
H A Dproc-sa1100.S188 mcr p15, 0, ip, c9, c0, 5 @ allow user space to use RB
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S67 str lr, [sp, #-8]! @ store LR as PC and make space for CPSR/OLD_R0,
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-phy-db.c56 __le32 space; member in struct:iwl_phy_db_chg_txp
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c23 #warning Limited user VSID range means pagetable space is wasted
28 * vmemmap is the starting address of the virtual address space where
31 * pages are stored in sequence in this virtual address space irrespective
/linux-master/net/netfilter/
H A Dnft_set_bitmap.c292 est->space = NFT_SET_CLASS_O_1;
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-input.c991 int space; local
996 space = saa_readl(SAA7134_GPIO_GPSTATUS0 >> 2) & ir->mask_keydown;
997 ir_raw_event_store_edge(dev->remote->dev, !space);
/linux-master/drivers/nvdimm/
H A Dlabel.c75 u32 nslot, space, size; local
84 space = ndd->nsarea.config_size - nslot * sizeof_namespace_label(ndd);
86 if (size <= space && nslot >= 2)
313 * @nslot: on return set to the number of slots in the label space
474 * memory. To do that we figure out how much unused space will be left
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c181 struct drm_mm_node *space,
192 ret = drm_mm_insert_node(&hvs->dlist_mm, space, VC4_KERNEL_DWORDS);
194 DRM_ERROR("Failed to allocate space for filter kernel: %d\n",
199 dst_kernel = hvs->dlist + space->start;
180 vc4_hvs_upload_linear_kernel(struct vc4_hvs *hvs, struct drm_mm_node *space, const u32 *kernel) argument

Completed in 250 milliseconds

1234567891011>>