Searched refs:excl (Results 1 – 5 of 5) sorted by relevance
59 static int cpustate_get_ref(int excl) in cpustate_get_ref() argument66 if (cpustate.excl) in cpustate_get_ref()69 if (excl) { in cpustate_get_ref()72 cpustate.excl = 1; in cpustate_get_ref()88 cpustate.excl = 0; in cpustate_free_ref()
168 static inline int _lock(atomic_t *excl) in _lock() argument170 if (atomic_inc_return(excl) == 1) { in _lock()173 atomic_dec(excl); in _lock()178 static inline void _unlock(atomic_t *excl) in _unlock() argument180 atomic_dec(excl); in _unlock()
1654 const char *res_name, int excl) in __pci_request_selected_regions() argument1660 if (__pci_request_region(pdev, i, res_name, excl)) in __pci_request_selected_regions()
72 module_param_named(excl, excl_string, charp, 0);86 MODULE_PARM_DESC(excl, "List ioport addresses here to prevent controllers from being attached");
10285 byte excl; in chi_to_channel() local10291 excl = 0; in chi_to_channel()10298 if(chi[1] &0x08) excl = 0x40; in chi_to_channel()10356 return (byte)(excl | ch); in chi_to_channel()10361 if(chi[1] &0x08) excl = 0x40; in chi_to_channel()10367 return excl |1; in chi_to_channel()10370 return excl |2; in chi_to_channel()