Searched refs:seq_init (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4session.c | 105 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_new_slot() 113 slot->seq_nr = seq_init; in nfs4_new_slot() 114 slot->seq_nr_highest_sent = seq_init; in nfs4_new_slot() 115 slot->seq_nr_last_acked = seq_init - 1; in nfs4_new_slot() 121 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_find_or_create_slot() 129 seq_init, gfp_mask); in nfs4_find_or_create_slot() 104 nfs4_new_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) nfs4_new_slot() argument 120 nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) nfs4_find_or_create_slot() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4session.c | 105 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_new_slot() 113 slot->seq_nr = seq_init; in nfs4_new_slot() 114 slot->seq_nr_highest_sent = seq_init; in nfs4_new_slot() 115 slot->seq_nr_last_acked = seq_init - 1; in nfs4_new_slot() 121 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_find_or_create_slot() 129 seq_init, gfp_mask); in nfs4_find_or_create_slot() 104 nfs4_new_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) nfs4_new_slot() argument 120 nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) nfs4_find_or_create_slot() argument
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_io.h | 84 * @seq_init: True if local node has sequence initiative 139 bool seq_init; member
|
H A D | efct_unsol.c | 177 io->seq_init = sit; in efct_populate_io_fcp_cmd() 474 io->seq_init = 1; in efct_node_recv_abts_frame()
|
H A D | efct_io.c | 137 io->seq_init = 0; in efct_io_pool_io_alloc()
|
Completed in 4 milliseconds