/linux-4.4.14/drivers/isdn/act2000/ |
D | capi.c | 638 act2000_chan *ctmp; in actcapi_dispatch() local 690 ctmp = (act2000_chan *)tmp; in actcapi_dispatch() 691 ctmp->plci = msg->msg.connect_ind.plci; in actcapi_dispatch() 692 actcapi_connect_resp(card, ctmp, 0x11); /* All Card-Cannels busy */ in actcapi_dispatch() 737 ctmp = (act2000_chan *)tmp; in actcapi_dispatch() 738 ctmp->ncci = msg->msg.connect_b3_ind.ncci; in actcapi_dispatch() 739 actcapi_connect_b3_resp(card, ctmp, 0x11); /* All Card-Cannels busy */ in actcapi_dispatch() 757 ctmp = &card->bch[chan]; in actcapi_dispatch() 758 actcapi_disconnect_b3_resp(card, ctmp); in actcapi_dispatch() 759 switch (ctmp->fsm_state) { in actcapi_dispatch() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 463 struct list_head *ctmp; in kiblnd_del_peer_locked() local 470 list_for_each_safe(ctmp, cnxt, &peer->ibp_conns) { in kiblnd_del_peer_locked() 471 conn = list_entry(ctmp, kib_conn_t, ibc_list); in kiblnd_del_peer_locked() 539 struct list_head *ctmp; in kiblnd_get_conn_by_idx() local 556 list_for_each(ctmp, &peer->ibp_conns) { in kiblnd_get_conn_by_idx() 560 conn = list_entry(ctmp, kib_conn_t, in kiblnd_get_conn_by_idx() 911 struct list_head *ctmp; in kiblnd_close_peer_conns_locked() local 915 list_for_each_safe(ctmp, cnxt, &peer->ibp_conns) { in kiblnd_close_peer_conns_locked() 916 conn = list_entry(ctmp, kib_conn_t, ibc_list); in kiblnd_close_peer_conns_locked() 933 struct list_head *ctmp; in kiblnd_close_stale_conns_locked() local [all …]
|
D | o2iblnd_cb.c | 2993 struct list_head *ctmp; in kiblnd_check_conns() local 3004 list_for_each(ctmp, &peer->ibp_conns) { in kiblnd_check_conns() 3008 conn = list_entry(ctmp, kib_conn_t, ibc_list); in kiblnd_check_conns()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 413 struct list_head *ctmp; in ksocknal_del_route_locked() local 419 list_for_each_safe(ctmp, cnxt, &peer->ksnp_conns) { in ksocknal_del_route_locked() 420 conn = list_entry(ctmp, ksock_conn_t, ksnc_list); in ksocknal_del_route_locked() 629 struct list_head *ctmp; in ksocknal_get_conn_by_idx() local 643 list_for_each(ctmp, &peer->ksnp_conns) { in ksocknal_get_conn_by_idx() 647 conn = list_entry(ctmp, ksock_conn_t, in ksocknal_get_conn_by_idx() 1681 struct list_head *ctmp; in ksocknal_close_peer_conns_locked() local 1685 list_for_each_safe(ctmp, cnxt, &peer->ksnp_conns) { in ksocknal_close_peer_conns_locked() 1686 conn = list_entry(ctmp, ksock_conn_t, ksnc_list); in ksocknal_close_peer_conns_locked()
|
D | socklnd_cb.c | 2238 struct list_head *ctmp; in ksocknal_find_timed_out_conn() local 2240 list_for_each (ctmp, &peer->ksnp_conns) { in ksocknal_find_timed_out_conn() 2243 conn = list_entry (ctmp, ksock_conn_t, ksnc_list); in ksocknal_find_timed_out_conn()
|
/linux-4.4.14/arch/sh/kernel/ |
D | dwarf.c | 1137 struct dwarf_cie *cie, *ctmp; in module_dwarf_cleanup() local 1142 list_for_each_entry_safe(cie, ctmp, &mod->arch.cie_list, link) { in module_dwarf_cleanup()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 370 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) in rsc_init() argument 373 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init() 384 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) in update_rsc() argument 387 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.c | 794 struct ocontext *c, *ctmp; in policydb_destroy() local 823 ctmp = c; in policydb_destroy() 825 ocontext_destroy(ctmp, i); in policydb_destroy() 836 ctmp = c; in policydb_destroy() 838 ocontext_destroy(ctmp, OCON_FSUSE); in policydb_destroy()
|