Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/ft1000/ft1000-usb/
Dft1000_debug.c191 info->appcnt = 0; in ft1000_create_dev()
304 DEBUG("f_owner = %p number of application = %d\n", (&file->f_owner), info->appcnt ); in ft1000_open()
307 if (info->appcnt > MAX_NUM_APP) { in ft1000_open()
325 info->appcnt++; in ft1000_open()
753 info->appcnt--; in ft1000_release()
776 info->appcnt--; in ft1000_release()
777 DEBUG("ft1000_chdev:%s:appcnt = %d\n", __FUNCTION__, info->appcnt); in ft1000_release()
Dft1000_usb.h132 int appcnt; member
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_proto_udp.c376 atomic_inc(&pd->appcnt); in udp_register_app()
391 atomic_dec(&pd->appcnt); in udp_unregister_app()
Dip_vs_proto_sctp.c1032 atomic_inc(&pd->appcnt); in sctp_register_app()
1045 atomic_dec(&pd->appcnt); in sctp_unregister_app()
Dip_vs_proto.c79 atomic_set(&pd->appcnt, 0); /* Init app counter */ in register_ip_vs_proto_netns()
Dip_vs_proto_tcp.c597 atomic_inc(&pd->appcnt); in tcp_register_app()
612 atomic_dec(&pd->appcnt); in tcp_unregister_app()
Dip_vs_conn.c893 if (unlikely(pd && atomic_read(&pd->appcnt))) in ip_vs_conn_new()
/linux-3.4.99/include/net/
Dip_vs.h454 atomic_t appcnt; /* counter of proto app incs. */ member