Home
last modified time | relevance | path

Searched refs:logoff (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/nvdimm/
Dbtt.h111 __le64 logoff; member
184 u64 logoff; member
Dbtt.c210 arena->logoff + (lane * LOG_GRP_SIZE), log, in btt_log_group_read()
248 debugfs_create_x64("logoff", S_IRUGO, d, &a->logoff); in arena_debugfs_init()
370 ns_off = arena->logoff + (lane * LOG_GRP_SIZE) + in __btt_log_write()
412 size_t mapsize = arena->logoff - arena->mapoff; in btt_map_init()
452 size_t logsize = arena->info2off - arena->logoff; in btt_log_init()
467 dev_WARN_ONCE(to_dev(arena), !IS_ALIGNED(arena->logoff, 512), in btt_log_init()
468 "arena->logoff: %#llx is unaligned\n", arena->logoff); in btt_log_init()
475 ret = arena_write_bytes(arena, arena->logoff + offset, zerobuf, in btt_log_init()
793 arena->logoff = arena->mapoff + mapsize; in alloc_arena()
794 arena->info2off = arena->logoff + logsize; in alloc_arena()
[all …]
/Linux-v6.6/drivers/gpu/vga/
DKconfig12 X isn't running and delayed switching until the next logoff. This
/Linux-v6.6/drivers/staging/rts5208/
Dxd.c24 static int xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff,
1038 u16 logoff, u8 start_page, u8 end_page) in xd_init_page() argument
1057 0xFF, (u8)(logoff >> 8)); in xd_init_page()
1058 rtsx_add_cmd(chip, WRITE_REG_CMD, XD_BLOCK_ADDR1_L, 0xFF, (u8)logoff); in xd_init_page()
/Linux-v6.6/fs/smb/client/
Dsmb1ops.c1209 .logoff = CIFSSMBLogoff,
Dsmb2ops.c5177 .logoff = SMB2_logoff,
5279 .logoff = SMB2_logoff,
5383 .logoff = SMB2_logoff,
5497 .logoff = SMB2_logoff,
Dcifsglob.h314 int (*logoff)(const unsigned int, struct cifs_ses *); member
Dconnect.c2002 if (ses->ses_status == SES_EXITING && server->ops->logoff) { in __cifs_put_smb_ses()
2006 rc = server->ops->logoff(xid, ses); in __cifs_put_smb_ses()