Searched refs:appcnt (Results 1 – 8 of 8) sorted by relevance
191 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()
132 int appcnt; member
376 atomic_inc(&pd->appcnt); in udp_register_app()391 atomic_dec(&pd->appcnt); in udp_unregister_app()
1032 atomic_inc(&pd->appcnt); in sctp_register_app()1045 atomic_dec(&pd->appcnt); in sctp_unregister_app()
79 atomic_set(&pd->appcnt, 0); /* Init app counter */ in register_ip_vs_proto_netns()
597 atomic_inc(&pd->appcnt); in tcp_register_app()612 atomic_dec(&pd->appcnt); in tcp_unregister_app()
893 if (unlikely(pd && atomic_read(&pd->appcnt))) in ip_vs_conn_new()
454 atomic_t appcnt; /* counter of proto app incs. */ member