Searched refs:newst (Results 1 – 3 of 3) sorted by relevance
365 struct mISDNstack *newst; in create_stack() local369 newst = kzalloc(sizeof(struct mISDNstack), GFP_KERNEL); in create_stack()370 if (!newst) { in create_stack()374 newst->dev = dev; in create_stack()375 INIT_LIST_HEAD(&newst->layer2); in create_stack()376 INIT_HLIST_HEAD(&newst->l1sock.head); in create_stack()377 rwlock_init(&newst->l1sock.lock); in create_stack()378 init_waitqueue_head(&newst->workq); in create_stack()379 skb_queue_head_init(&newst->msgq); in create_stack()380 mutex_init(&newst->lmutex); in create_stack()[all …]
291 #define SLIC_GET_STATS_COUNTER(newst, st, counter) \ argument296 newst = (st)->counter; \
1936 int newst; in i_ipmi_req_sysintf() local1939 newst = IPMI_MAINTENANCE_MODE_STATE_FIRMWARE; in i_ipmi_req_sysintf()1941 newst = IPMI_MAINTENANCE_MODE_STATE_RESET; in i_ipmi_req_sysintf()1946 && intf->maintenance_mode_state < newst) { in i_ipmi_req_sysintf()1947 intf->maintenance_mode_state = newst; in i_ipmi_req_sysintf()