Searched refs:irq_dic (Results 1 – 1 of 1) sorted by relevance
25 irq_dic = {}; # key is cpu and value is a list which stacks irqs variable310 if cpu not in irq_dic.keys():311 irq_dic[cpu] = []313 irq_dic[cpu].append(irq_record)317 if cpu not in irq_dic.keys():319 irq_record = irq_dic[cpu].pop()325 irq_dic[cpu].append(irq_record)329 if cpu not in irq_dic.keys() \330 or len(irq_dic[cpu]) == 0:332 irq_record = irq_dic[cpu].pop()[all …]