Home
last modified time | relevance | path

Searched defs:flag (Results 51 – 75 of 849) sorted by relevance

12345678910>>...34

/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dhwsq.h126 hwsq_setf(struct hwsq *ram, u8 flag, int data) in hwsq_setf()
132 hwsq_wait(struct hwsq *ram, u8 flag, u8 data) in hwsq_wait()
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_irq.c243 u32 flag, int *waiter_count) in vmw_generic_waiter_add()
255 u32 flag, int *waiter_count) in vmw_generic_waiter_remove()
/Linux-v6.6/fs/f2fs/
Dnode.h63 unsigned char flag; /* for node information bits */ member
254 unsigned flag = le32_to_cpu(rn->footer.flag); in ofs_of_node() local
405 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_cold_node() local
417 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_mark() local
/Linux-v6.6/arch/s390/include/asm/
Dptrace.h183 static inline void set_pt_regs_flag(struct pt_regs *regs, int flag) in set_pt_regs_flag()
188 static inline void clear_pt_regs_flag(struct pt_regs *regs, int flag) in clear_pt_regs_flag()
193 static inline int test_pt_regs_flag(struct pt_regs *regs, int flag) in test_pt_regs_flag()
198 static inline int test_and_clear_pt_regs_flag(struct pt_regs *regs, int flag) in test_and_clear_pt_regs_flag()
/Linux-v6.6/drivers/mtd/nand/raw/
Dhisi504_nand.c429 unsigned int flag = 0; in hisi_nfc_cmdfunc() local
500 unsigned int flag; in hinfc_irq_handle() local
583 unsigned int flag = 0; in hisi_nfc_host_init() local
638 unsigned int flag; in hisi_nfc_ecc_probe() local
697 int flag; in hisi_nfc_attach_chip() local
/Linux-v6.6/drivers/clk/bcm/
Dclk-kona.h32 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument
33 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument
34 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument
35 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument
36 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
/Linux-v6.6/drivers/staging/rts5208/
Drtsx_sys.h28 static inline void rtsx_reset_detected_cards(struct rtsx_chip *chip, int flag) in rtsx_reset_detected_cards()
/Linux-v6.6/arch/x86/include/asm/
Dcpufeature.h39 #define x86_cap_flag_num(flag) ((flag) >> 5), ((flag) & 31) argument
44 #define x86_cap_flag(flag) x86_cap_flags[flag] argument
/Linux-v6.6/arch/mips/lantiq/xway/
Ddma.c99 unsigned long flag; in ltq_dma_open() local
111 unsigned long flag; in ltq_dma_close() local
/Linux-v6.6/fs/jfs/
Djfs_dtree.h100 u8 flag; /* 1: 0 if free */ member
136 u8 flag; /* 1: */ member
185 u8 flag; /* 1: */ member
/Linux-v6.6/arch/sparc/kernel/
Dunaligned_64.c443 int flag; in handle_ldf_stq() local
604 int flag; in handle_lddfmna() local
668 int flag; in handle_stdfmna() local
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Ddm.c138 unsigned long flag = 0; in rtl92d_dm_false_alarm_counter_statistics() local
257 unsigned long flag = 0; in rtl92d_dm_cck_packet_detection_thresh() local
681 unsigned long flag = 0; in rtl92d_bandtype_2_4G() local
/Linux-v6.6/fs/isofs/
Dutil.c19 int iso_date(u8 *p, int flag) in iso_date()
/Linux-v6.6/sound/soc/sof/amd/
Dpci-vangogh.c66 unsigned int flag; in acp_pci_vgh_probe() local
Dpci-rmb.c67 unsigned int flag; in acp_pci_rmb_probe() local
Dpci-rn.c68 unsigned int flag; in acp_pci_rn_probe() local
/Linux-v6.6/tools/perf/util/
Dcloexec.c14 static unsigned long flag = PERF_FLAG_FD_CLOEXEC; variable
/Linux-v6.6/drivers/clk/pxa/
Dclk-pxa.h121 _mult_hp, _div_hp, is_lp, _cken_reg, _cken_bit, flag) \ argument
132 cken_bit, flag) \ argument
/Linux-v6.6/drivers/media/radio/wl128x/
Dfmdrv.h101 u16 flag; /* FM interrupt flag */ member
111 u8 flag; /* RX RDS on/off status */ member
168 u8 flag; member
199 long flag; /* FM driver state machine info */ member
/Linux-v6.6/arch/mips/include/asm/
Dcpu-features.h60 #define __isa_ge_and_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) && __isa(flag)) argument
61 #define __isa_ge_or_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) || __isa(flag)) argument
62 #define __isa_lt_and_flag(isa, flag) ((MIPS_ISA_REV < (isa)) && __isa(flag)) argument
65 #define __isa_range_or_flag(ge, lt, flag) \ argument
/Linux-v6.6/fs/coda/
Dcoda_linux.h83 static __inline__ void coda_flag_inode(struct inode *inode, int flag) in coda_flag_inode()
/Linux-v6.6/net/ipv4/
Dtcp_input.c995 int flag; member
2339 static bool tcp_time_to_recover(struct sock *sk, int flag) in tcp_time_to_recover()
2643 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction()
2713 static void tcp_try_to_open(struct sock *sk, int flag) in tcp_try_to_open()
2845 static void tcp_process_loss(struct sock *sk, int flag, int num_dupack, in tcp_process_loss()
2976 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert() local
3089 static void tcp_update_rtt_min(struct sock *sk, u32 rtt_us, const int flag) in tcp_update_rtt_min()
3105 static bool tcp_ack_update_rtt(struct sock *sk, const int flag, in tcp_ack_update_rtt()
3272 int flag = 0; in tcp_clean_rtx_queue() local
3486 static inline bool tcp_ack_is_dubious(const struct sock *sk, const int flag) in tcp_ack_is_dubious()
[all …]
/Linux-v6.6/fs/udf/
Dudf_sb.h169 static inline int UDF_QUERY_FLAG(struct super_block *sb, int flag) in UDF_QUERY_FLAG()
174 static inline void UDF_SET_FLAG(struct super_block *sb, int flag) in UDF_SET_FLAG()
179 static inline void UDF_CLEAR_FLAG(struct super_block *sb, int flag) in UDF_CLEAR_FLAG()
/Linux-v6.6/include/uapi/linux/
Dnilfs2_api.h49 #define NILFS_CPINFO_FNS(flag, name) \ argument
79 #define NILFS_SUINFO_FNS(flag, name) \ argument
116 #define NILFS_SUINFO_UPDATE_FNS(flag, name) \ argument
/Linux-v6.6/sound/soc/fsl/
Dfsl_ssi_dbg.c86 #define SIER_SHOW(flag, name) \ argument

12345678910>>...34