Searched refs:irq_dic (Results 1 – 1 of 1) sorted by relevance
21 irq_dic = {}; # key is cpu and value is a list which stacks irqs variable303 if cpu not in irq_dic.keys():304 irq_dic[cpu] = []306 irq_dic[cpu].append(irq_record)310 if cpu not in irq_dic.keys():312 irq_record = irq_dic[cpu].pop()318 irq_dic[cpu].append(irq_record)322 if cpu not in irq_dic.keys() \323 or len(irq_dic[cpu]) == 0:325 irq_record = irq_dic[cpu].pop()[all …]