Searched refs:ext_call_fast (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsmp.c323 bits = atomic_read(&S390_lowcore.ext_call_fast);
324 } while (atomic_compare_and_swap(bits,0,&S390_lowcore.ext_call_fast));
342 atomic_set_mask(1<<sig, &lowcore->ext_call_fast);
363 atomic_set_mask(1<<sig, &lowcore->ext_call_fast);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsmp.c327 bits = xchg(&S390_lowcore.ext_call_fast, 0);
344 set_bit(sig, &(get_cpu_lowcore(cpu)->ext_call_fast));
364 set_bit(sig, &(get_cpu_lowcore(i)->ext_call_fast));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dlowcore.h168 atomic_t ext_call_fast; /* 0xc88 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dlowcore.h168 atomic_t ext_call_fast; /* 0xc88 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dlowcore.h167 __u64 ext_call_fast; /* 0xdc8 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dlowcore.h167 __u64 ext_call_fast; /* 0xdc8 */ member in struct:_lowcore

Completed in 109 milliseconds