Searched refs:sm (Results 176 - 190 of 190) sorted by relevance

12345678

/linux-master/fs/f2fs/
H A Dfile.c2977 struct sit_info *sm = SIT_I(sbi); local
3016 start_segno = sm->last_victim[FLUSH_DEVICE];
3026 sm->last_victim[GC_CB] = end_segno + 1;
3027 sm->last_victim[GC_GREEDY] = end_segno + 1;
3028 sm->last_victim[ALLOC_NEXT] = end_segno + 1;
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c5949 bfa_fcs_vport_sm_t sm; /* state machine function */ member in struct:bfa_fcs_vport_sm_table_s
5955 bfa_vport_sm_to_state(struct bfa_fcs_vport_sm_table_s *smt, bfa_fcs_vport_sm_t sm) argument
5959 while (smt[i].sm && smt[i].sm != sm)
6791 attr->vport_state = bfa_vport_sm_to_state(vport_sm_table, vport->sm);
H A Dbfa_ioc.h271 IOC_E_PFFAILED = 8, /* failure notice by iocpf sm */
313 IOCPF_E_FAIL = 7, /* failure notice by ioc sm */
314 IOCPF_E_INITFAIL = 8, /* init fail notice by ioc sm */
315 IOCPF_E_GETATTRFAIL = 9, /* init fail notice by ioc sm */
821 bfa_dconf_sm_t sm; member in struct:bfa_dconf_mod_s
/linux-master/net/sctp/
H A Doutqueue.c37 #include <net/sctp/sm.h>
H A Dstream_interleave.c20 #include <net/sctp/sm.h>
H A Dsm_sideeffect.c37 #include <net/sctp/sm.h>
H A Dassociola.c40 #include <net/sctp/sm.h>
H A Dsm_statefuns.c44 #include <net/sctp/sm.h>
H A Dsm_make_chunk.c47 #include <net/sctp/sm.h>
H A Dsocket.c68 #include <net/sctp/sm.h>
/linux-master/fs/ceph/
H A Dsuper.h1005 struct ceph_snapid_map *sm);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1902 gr->sm[gr->sm_nr].gpc = gpc;
1903 gr->sm[gr->sm_nr].tpc = tpc;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py3839 sm = sysvals.suspendmode
3840 if sm in suspendmodename:
3841 sm = suspendmodename[sm]
3842 terr = 'test%s did not enter %s power mode' % (tn, sm)
/linux-master/include/linux/
H A Dmm.h3375 const struct vm_special_mapping *sm);
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c4944 static const bool sm[][IB_QPS_ERR + 1] = { local
4963 return sm[cur_state][new_state];

Completed in 398 milliseconds

12345678