Searched refs:flag (Results 226 - 250 of 1221) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h273 u32 flag; member in struct:hclgevf_dev
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c204 hnae3_set_bit(ring_chain->flag, HNAE3_RING_TYPE_B,
219 hnae3_set_bit(new_chain->flag, HNAE3_RING_TYPE_B,
273 hnae3_get_bit(ring_chain->flag, HNAE3_RING_TYPE_B));
592 link_info.flag = HCLGE_MBX_PUSH_LINK_STATUS_EN;
1111 unsigned int flag; local
1126 flag = le16_to_cpu(crq->desc[crq->next_to_use].flag);
1127 if (unlikely(!hnae3_get_bit(flag, HCLGE_CMDQ_RX_OUTVLD_B) ||
1134 crq->desc[crq->next_to_use].flag = 0;
1147 crq->desc[crq->next_to_use].flag
[all...]
/linux-master/lib/
H A Ddynamic_debug.c91 static const struct { unsigned flag:8; char opt_char; } opt_array[] = { member in struct:__anon32
110 if (flags & opt_array[i].flag)
499 pr_err("bad flag-op %c, at start of %s\n", *str, str);
507 modifiers->flags |= opt_array[i].flag;
512 pr_err("unknown flag '%c'\n", *str);
/linux-master/drivers/cxl/core/
H A Dport.c115 #define CXL_DECODER_FLAG_ATTR(name, flag) \
122 (cxld->flags & (flag)) ? "1" : "0"); \
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c84 * checked for the export flag to allow CPACF export.
768 u16 flag; member in struct:gkreqparm::__anon60::__anon61
773 u16 flag; member in struct:gkreqparm::__anon60::__anon62
778 u16 flag; member in struct:gkreqparm::__anon60::__anon63
783 u16 flag; member in struct:gkreqparm::__anon60::__anon64
788 u16 flag; member in struct:gkreqparm::__anon60::__anon65
793 u16 flag; member in struct:gkreqparm::__anon60::__anon66
808 u16 flag; member in struct:gkrepparm::__anon68::__anon69
850 preqparm->kb.tlv1.flag = 0x0030;
852 preqparm->kb.tlv2.flag
956 u16 flag; /* 0x0064 */ member in struct:vud_block::__anon70
961 u16 flag; /* 0x0063 */ member in struct:vud_block::__anon71
969 u16 flag; /* 0x0030 */ member in struct:key_block::__anon72
983 u16 flag; /* 0x0030 */ member in struct:iprepparm::__anon74::__anon75
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c738 int index, off = 0, flag = 0, len = 0, i = 0; local
783 flag = 0;
808 flag = 1;
813 if (flag) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c524 * mask out the WC flag from the BO
1578 #define amdgpu_bo_print_flag(m, bo, flag) \
1580 if (bo->flags & (AMDGPU_GEM_CREATE_ ## flag)) { \
1581 seq_printf((m), " " #flag); \
/linux-master/fs/nfsd/
H A Dnfs4xdr.c296 if (xdr_stream_decode_u32(argp->xdr, &ace->flag) < 0)
309 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP)
2785 /* flag */
2786 status = nfsd4_encode_aceflag4(xdr, ace->flag);
2796 if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP)
4126 /* flag */
4397 p = xdr_reserve_space(xdr, 8); /* eof flag and byte count */
5258 /* eof flag, segment count */
/linux-master/drivers/dma/xilinx/
H A Dxdma-regs.h41 #define XDMA_DESC_CONTROL(adjacent, flag) \
44 FIELD_PREP(XDMA_DESC_FLAGS_BITS, (flag)))
/linux-master/mm/
H A Dhugetlb.c1179 static int is_vma_resv_set(struct vm_area_struct *vma, unsigned long flag) argument
1183 return (get_vma_private_data(vma) & flag) != 0;
1774 * Move PageHWPoison flag from head page to the raw error pages,
2193 * __GFP_RETRY_MAYFAIL flag. However, if we are allocating pages in
2454 * remove_hugetlb_folio will clear hugetlb folio flag for
3951 * have cleared the hugetlb folio flag. Hence the folio is technically
6829 * with wp flag set, don't set pte write bit.
/linux-master/include/trace/events/
H A Dmmflags.h16 #define gfpflag_string(flag) {(__force unsigned long)flag, #flag}
157 #define IF_HAVE_VM_SOFTDIRTY(flag,name) {flag, name },
159 #define IF_HAVE_VM_SOFTDIRTY(flag,name)
163 # define IF_HAVE_UFFD_MINOR(flag, name) {flag, name},
165 # define IF_HAVE_UFFD_MINOR(flag, name)
/linux-master/include/linux/
H A Dpage-flags.h68 * might lose their PG_swapbacked flag when they simply can be dropped (e.g. as
187 * flags word. Cannot use the first 8 flags or any flag marked as
191 /* At least one page in this folio has the hwpoison flag set */
334 * the page flag is relevant for small, head and tail pages.
337 * for compound page all operations related to the page flag applied to
341 * modifications of the page flag must be done on small or head pages,
345 * the page flag is not relevant for compound pages.
348 * the page flag is stored in the first tail page.
365 /* Which page is the flag stored in */
681 * Different with flags above, this flag i
[all...]
/linux-master/fs/
H A Dioctl.c344 unsigned int flag; local
350 flag = O_NONBLOCK;
354 flag |= O_NDELAY;
358 filp->f_flags |= flag;
360 filp->f_flags &= ~flag;
368 unsigned int flag; local
374 flag = on ? FASYNC : 0;
377 if ((flag ^ filp->f_flags) & FASYNC) {
637 * It is only valid to set the DAX flag on regular files and
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c229 /* Set the NWD flag in current BAM sgl */
235 * flag will determine the current value of erased codeword status register
389 * @exec_opwrite: flag to select correct number of code word
467 * @flag: flag for misc instruction
477 u8 flag; member in struct:qcom_op
515 * @bch_enabled: flag to tell whether BCH ECC mode is used
554 * @qpic_v2 - flag to indicate QPIC IP version 2
1011 * BAM will only set EOT for DMA_PREP_INTERRUPT so if this flag
2573 q_op->flag
[all...]
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4615 for (i = 0; clocks[i].flag; i++)
4617 (flags & clocks[i].flag) ? "On" : "Off");
/linux-master/drivers/bluetooth/
H A Dbtmtk.c117 u8 flag, first_block, retry; local
158 wmt_params.flag = 0;
191 flag = 1;
194 flag = 3;
196 flag = 2;
199 wmt_params.flag = flag;
235 u8 flag, param; local
246 wmt_params.flag = 3;
268 flag
[all...]
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S65 flag 1 ; Unexpected event, halt
198 btst r0, STATUS_DE_BIT ; Z flag set if bit clear
209 btst r0, STATUS_U_BIT ; Z flag set if K (Z clear for U)
/linux-master/arch/arc/include/asm/
H A Dirqflags-compact.h73 " flag.nz %0 \n"
88 " flag %0 \n"
107 " flag %0 \n"
124 " flag %0 \n"
188 flag \scratch
196 flag \scratch
/linux-master/fs/bcachefs/
H A Dbtree_types.h522 #define x(flag) BTREE_NODE_##flag,
527 #define x(flag) \
528 static inline bool btree_node_ ## flag(struct btree *b) \
529 { return test_bit(BTREE_NODE_ ## flag, &b->flags); } \
531 static inline void set_btree_node_ ## flag(struct btree *b) \
532 { set_bit(BTREE_NODE_ ## flag, &b->flags); } \
534 static inline void clear_btree_node_ ## flag(struct btree *b) \
535 { clear_bit(BTREE_NODE_ ## flag, &b->flags); }
H A Dbtree_io.c2307 static bool __bch2_btree_flush_all(struct bch_fs *c, unsigned flag) argument
2317 if (test_bit(flag, &b->flags)) {
2319 wait_on_bit_io(&b->flags, flag, TASK_UNINTERRUPTIBLE);
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c387 u8 c, flag; local
391 flag = TTY_NORMAL;
430 flag = TTY_PARITY;
433 flag = TTY_BREAK;
435 flag = TTY_FRAME;
441 uart_insert_char(port, sr, USART_SR_ORE, c, flag);
617 * to use "tx_dma_busy" flag to prevent dual DMA transaction at the
761 * Set "tx_dma_busy" flag. This flag will be released when
762 * dmaengine_terminate_async will be called. This flag help
[all...]
H A Dserial_core.c350 * DTR is dropped if the hangup on close termio flag is on. Calls to
2544 * Clear the "initialized" flag so we won't try
3550 * @flag: flag for the character (see TTY_NORMAL and friends)
3553 unsigned int overrun, u8 ch, u8 flag)
3558 if (tty_insert_flip_char(tport, ch, flag) == 0)
3552 uart_insert_char(struct uart_port *port, unsigned int status, unsigned int overrun, u8 ch, u8 flag) argument
H A Dpmac_zilog.c212 unsigned char ch, r1, drop, flag; variable
260 flag = TTY_NORMAL;
279 flag = TTY_BREAK;
281 flag = TTY_PARITY;
283 flag = TTY_FRAME;
288 tty_insert_flip_char(port, ch, flag);
H A Dmxs-auart.c623 u8 c, flag; local
628 flag = TTY_NORMAL;
647 flag = TTY_BREAK;
649 flag = TTY_PARITY;
651 flag = TTY_FRAME;
659 uart_insert_char(&s->port, stat, AUART_STAT_OERR, c, flag);
/linux-master/drivers/clk/
H A Dclk.c737 /* if NO_REPARENT flag set, pass through to current parent */
1911 * CLK_GET_ACCURACY_NOCACHE flag is set, which means a recalc_rate will be
1996 * Simply returns the cached rate of the clk, unless CLK_GET_RATE_NOCACHE flag
2582 * Setting the CLK_SET_RATE_PARENT flag allows the rate change operation to
2588 * until either a clk does not support the CLK_SET_RATE_PARENT flag or
2947 * CLK_SET_PARENT_GATE flag to allow reparenting only when clk is unprepared.
3537 unsigned long flag; member in struct:__anon63
3563 if (flags & clk_flags[i].flag) {
3565 flags &= ~clk_flags[i].flag;
5487 * of_clk_detect_critical() - set CLK_IS_CRITICAL flag fro
[all...]

Completed in 365 milliseconds

1234567891011>>