Searched refs:fill (Results 101 - 125 of 142) sorted by relevance

123456

/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c266 u16 fill; local
278 * The number of fill bytes to make the length a 4-byte
280 * The fill itself will have been cleared by the frame
285 fill = fr_len(fp) & 3;
286 if (fill) {
287 fill = 4 - fill;
289 skb_put(fp_skb(fp), fill); local
290 hton24(fh->fh_f_ctl, f_ctl | fill);
/linux-master/drivers/isdn/hardware/mISDN/
H A Davmfritz.c98 u8 fill; member in struct:hdlc_stat_reg
106 u8 fill;
453 p = bch->fill;
H A Dhfcpci.c794 memset(dst, bch->fill[0], maxlen); /* first copy */
798 memset(dst, bch->fill[0], count);
809 /* maximum fill shall be poll*2 */
/linux-master/arch/sparc/lib/
H A DM7memset.S248 ! Special case loop for zero fill memsets
/linux-master/arch/mips/include/asm/sn/
H A Dioc3.h45 u8 fill[0x141]; /* starts at 0x141 */ member in struct:ioc3_sioregs
/linux-master/drivers/soc/fsl/dpio/
H A Dqbman-portal.h587 __le32 fill; member in struct:qbman_bp_query_rslt
/linux-master/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh300 set style fill solid 0.5 border
H A Dtbench.sh282 set style fill solid 0.5 border
/linux-master/net/ipv4/
H A Dfib_rules.c387 .fill = fib4_rule_fill,
/linux-master/arch/arm/mm/
H A Dproc-mohawk.S368 mcr p15, 0, ip, c7, c10, 4 @ drain write (&fill) buffer
H A Dproc-xsc3.S440 mcr p15, 0, ip, c7, c10, 4 @ drain write (&fill) buffer
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h84 static void bnx2x_init_fill(struct bnx2x *bp, u32 addr, int fill, argument
91 memset(GUNZIP_BUF(bp), (u8)fill, buf_len);
/linux-master/arch/xtensa/kernel/
H A Dentry.S978 * It leverages the existing window spill/fill routines and their support for
2180 .fill 2, 4
2182 .fill 6, 4
2188 .fill XTREGS_USER_SIZE, 1
/linux-master/arch/sparc/kernel/
H A Dtsb.S303 nop ! Delay slot (fill me)
/linux-master/drivers/isdn/mISDN/
H A Dhwchannel.c167 memset(bch->fill, cq->p2 & 0xff, MISDN_BCH_FILL_SIZE);
/linux-master/net/ipv6/
H A Dfib6_rules.c471 .fill = fib6_rule_fill,
/linux-master/drivers/ata/
H A Dsata_fsl.c251 u8 fill[4 * 4];
263 u8 fill[2 * 4]; member in struct:prde
/linux-master/tools/mm/
H A Dthpmaps497 paras = [textwrap.fill(p, width=docs_width) for p in paras]
/linux-master/net/core/
H A Dfib_rules.c145 ops->compare == NULL || ops->fill == NULL ||
1076 if (ops->fill(rule, skb, frh) < 0)
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1947 unsigned int raddr, u64 fill)
1953 *uword = fill;
1971 *uword = fill;
1983 /* get fill-pattern from an image -- they are all the same */
1944 qat_uclo_fill_uwords(struct icp_qat_uclo_objhandle *obj_handle, struct icp_qat_uclo_encap_page *encap_page, u64 *uword, unsigned int addr_p, unsigned int raddr, u64 fill) argument
/linux-master/kernel/
H A Dworkqueue.c1732 * @fill: max_active may have increased, try to increase concurrency level
1737 static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) argument
1762 * increase it. This is indicated by @fill.
1764 if (!list_empty(&pwq->pending_node) && likely(!fill))
1782 else if (likely(!fill))
1790 * If @fill, @pwq might have already been pending. Being spuriously
1793 if (obtained && likely(!fill))
1807 * @fill: max_active may have increased, try to increase concurrency level
1815 static bool pwq_activate_first_inactive(struct pool_workqueue *pwq, bool fill) argument
1821 if (work && pwq_tryinc_nr_active(pwq, fill)) {
[all...]
/linux-master/drivers/misc/sgi-gru/
H A Dgrukservices.c131 char fill; member in struct:message_header
/linux-master/arch/arm/kernel/
H A Dentry-armv.S188 @ We are now ready to fill in the remaining blanks on the stack:
371 @ We are now ready to fill in the remaining blanks on the stack:
/linux-master/drivers/mmc/core/
H A Dmmc_test.c1541 static int mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) argument
1604 if (fill) {
1634 * Prepare for large transfers. Erase and fill the test area.
/linux-master/drivers/usb/chipidea/
H A Dudc.c68 int fill = 16 - ci->hw_ep_max / 2; local
71 n += fill;

Completed in 406 milliseconds

123456