detail            958 drivers/edac/edac_mc.c 			  const char *detail,
detail            976 drivers/edac/edac_mc.c 				       location, detail, other_detail);
detail            981 drivers/edac/edac_mc.c 				       location, detail);
detail           1012 drivers/edac/edac_mc.c 			  const char *detail,
detail           1026 drivers/edac/edac_mc.c 				       location, detail, other_detail);
detail           1031 drivers/edac/edac_mc.c 				       location, detail);
detail           1037 drivers/edac/edac_mc.c 			      msg, msg_aux, label, location, detail, other_detail);
detail           1040 drivers/edac/edac_mc.c 			      msg, msg_aux, label, location, detail);
detail           1050 drivers/edac/edac_mc.c 	char detail[80];
detail           1055 drivers/edac/edac_mc.c 		snprintf(detail, sizeof(detail),
detail           1060 drivers/edac/edac_mc.c 			      detail, e->other_detail, e->enable_per_layer_report,
detail           1063 drivers/edac/edac_mc.c 		snprintf(detail, sizeof(detail),
detail           1068 drivers/edac/edac_mc.c 			      detail, e->other_detail, e->enable_per_layer_report);
detail            446 drivers/edac/i5100_edac.c 	char detail[80];
detail            449 drivers/edac/i5100_edac.c 	snprintf(detail, sizeof(detail),
detail            456 drivers/edac/i5100_edac.c 			     msg, detail);
detail            468 drivers/edac/i5100_edac.c 	char detail[80];
detail            471 drivers/edac/i5100_edac.c 	snprintf(detail, sizeof(detail),
detail            478 drivers/edac/i5100_edac.c 			     msg, detail);
detail            292 drivers/mmc/host/toshsd.c 	u32 int_reg, int_mask, int_status, detail;
detail            329 drivers/mmc/host/toshsd.c 		detail = ioread32(host->ioaddr + SD_ERRORSTATUS0);
detail            331 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "",
detail            332 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "",
detail            333 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "",
detail            334 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "",
detail            335 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "",
detail            336 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "",
detail            337 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "",
detail            338 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_READ_DATA_CRC_ERR ? "READ_DATA_CRC " : "",
detail            339 drivers/mmc/host/toshsd.c 			detail & SD_ERR0_WRITE_CMD_CRC_ERR ? "WRITE_CMD_CRC " : "",
detail            340 drivers/mmc/host/toshsd.c 			detail & SD_ERR1_NO_CMD_RESP ? "NO_CMD_RESP " : "",
detail            341 drivers/mmc/host/toshsd.c 			detail & SD_ERR1_TIMEOUT_READ_DATA ? "READ_DATA_TIMEOUT " : "",
detail            342 drivers/mmc/host/toshsd.c 			detail & SD_ERR1_TIMEOUT_CRS_STATUS ? "CRS_STATUS_TIMEOUT " : "",
detail            343 drivers/mmc/host/toshsd.c 			detail & SD_ERR1_TIMEOUT_CRC_BUSY ? "CRC_BUSY_TIMEOUT " : "");
detail            141 drivers/net/usb/zaurus.c 	struct usb_cdc_mdlm_detail_desc	*detail = NULL;
detail            171 drivers/net/usb/zaurus.c 			if (detail) {
detail            175 drivers/net/usb/zaurus.c 			detail = (void *) buf;
detail            176 drivers/net/usb/zaurus.c 			switch (detail->bGuidDescriptorType) {
detail            178 drivers/net/usb/zaurus.c 				if (detail->bLength != (sizeof *detail + 2))
detail            182 drivers/net/usb/zaurus.c 				if (detail->bLength != (sizeof *detail + 3))
detail            202 drivers/net/usb/zaurus.c 			if ((detail->bDetailData[1] & ~0x02) != 0x01) {
detail            209 drivers/net/usb/zaurus.c 						detail->bLength,
detail            210 drivers/net/usb/zaurus.c 						detail->bDetailData[0],
detail            211 drivers/net/usb/zaurus.c 						detail->bDetailData[2]);
detail            226 drivers/net/usb/zaurus.c 	if (!desc || !detail) {
detail            229 drivers/net/usb/zaurus.c 			detail ? "" : "detail ");
detail            253 drivers/pci/hotplug/acpiphp_ibm.c 	u8 detail = event & 0x0f;
detail            263 drivers/pci/hotplug/acpiphp_ibm.c 						  note->event, detail);
detail            389 drivers/scsi/dpt_i2o.c 		sprintf(pHba->detail, "Adaptec I2O RAID");
detail            394 drivers/scsi/dpt_i2o.c 		memset(pHba->detail, 0, sizeof(pHba->detail));
detail            395 drivers/scsi/dpt_i2o.c 		memcpy(&(pHba->detail), "Vendor: Adaptec ", 16);
detail            396 drivers/scsi/dpt_i2o.c 		memcpy(&(pHba->detail[16]), " Model: ", 8);
detail            397 drivers/scsi/dpt_i2o.c 		memcpy(&(pHba->detail[24]), (u8*) &buf[16], 16);
detail            398 drivers/scsi/dpt_i2o.c 		memcpy(&(pHba->detail[40]), " FW: ", 4);
detail            399 drivers/scsi/dpt_i2o.c 		memcpy(&(pHba->detail[44]), (u8*) &buf[32], 4);
detail            400 drivers/scsi/dpt_i2o.c 		pHba->detail[48] = '\0';	/* precautionary */
detail            538 drivers/scsi/dpt_i2o.c 	return (char *) (pHba->detail);
detail            563 drivers/scsi/dpt_i2o.c 	seq_printf(m, "%s\n", pHba->detail);
detail            214 drivers/scsi/dpti.h 	char detail[55];
detail           2155 drivers/usb/core/message.c 	struct usb_cdc_mdlm_detail_desc *detail = NULL;
detail           2237 drivers/usb/core/message.c 			if (detail)
detail           2239 drivers/usb/core/message.c 			detail = (struct usb_cdc_mdlm_detail_desc *)buffer;
detail           2277 drivers/usb/core/message.c 	hdr->usb_cdc_mdlm_detail_desc = detail;
detail            170 fs/nfsd/nfs4idmap.c warn_no_idmapd(struct cache_detail *detail, int has_died)
detail            494 fs/nfsd/nfs4idmap.c 		struct ent *key, struct cache_detail *detail, struct ent **item)
detail            498 fs/nfsd/nfs4idmap.c 	*item = lookup_fn(detail, key);
detail            502 fs/nfsd/nfs4idmap.c 	ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle);
detail            506 fs/nfsd/nfs4idmap.c 		*item = lookup_fn(detail, key);
detail            509 fs/nfsd/nfs4idmap.c 		cache_put(&(*item)->h, detail);
detail            258 include/linux/lru_cache.h 				void (*detail) (struct seq_file *, struct lc_element *));
detail            170 include/linux/sunrpc/cache.h sunrpc_cache_lookup_rcu(struct cache_detail *detail,
detail            173 include/linux/sunrpc/cache.h sunrpc_cache_update(struct cache_detail *detail,
detail            177 include/linux/sunrpc/cache.h sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
detail            203 include/linux/sunrpc/cache.h static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h)
detail            209 include/linux/sunrpc/cache.h 		(detail->flush_time >= h->last_refresh);
detail            212 include/linux/sunrpc/cache.h extern int cache_check(struct cache_detail *detail,
detail            215 include/linux/sunrpc/cache.h extern void cache_purge(struct cache_detail *detail);
detail            379 include/linux/uaccess.h void usercopy_warn(const char *name, const char *detail, bool to_user,
detail            381 include/linux/uaccess.h void __noreturn usercopy_abort(const char *name, const char *detail,
detail            639 lib/lru_cache.c 	     void (*detail) (struct seq_file *, struct lc_element *))
detail            654 lib/lru_cache.c 		if (detail)
detail            655 lib/lru_cache.c 			detail(seq, e);
detail             72 mm/usercopy.c  void usercopy_warn(const char *name, const char *detail, bool to_user,
detail             79 mm/usercopy.c  		 detail ? " '" : "", detail ? : "", detail ? "'" : "",
detail             83 mm/usercopy.c  void __noreturn usercopy_abort(const char *name, const char *detail,
detail             91 mm/usercopy.c  		 detail ? " '" : "", detail ? : "", detail ? "'" : "",
detail             41 net/sunrpc/cache.c static bool cache_listeners_exist(struct cache_detail *detail);
detail             43 net/sunrpc/cache.c static void cache_init(struct cache_head *h, struct cache_detail *detail)
detail             50 net/sunrpc/cache.c 	if (now <= detail->flush_time)
detail             52 net/sunrpc/cache.c 		now = detail->flush_time + 1;
detail             57 net/sunrpc/cache.c 				struct cache_detail *detail);
detail             59 net/sunrpc/cache.c static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail,
detail             63 net/sunrpc/cache.c 	struct hlist_head *head = &detail->hash_table[hash];
detail             68 net/sunrpc/cache.c 		if (detail->match(tmp, key)) {
detail             69 net/sunrpc/cache.c 			if (cache_is_expired(detail, tmp))
detail             80 net/sunrpc/cache.c static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail,
detail             85 net/sunrpc/cache.c 	struct hlist_head *head = &detail->hash_table[hash];
detail             87 net/sunrpc/cache.c 	new = detail->alloc();
detail             94 net/sunrpc/cache.c 	cache_init(new, detail);
detail             95 net/sunrpc/cache.c 	detail->init(new, key);
detail             97 net/sunrpc/cache.c 	spin_lock(&detail->hash_lock);
detail            101 net/sunrpc/cache.c 		if (detail->match(tmp, key)) {
detail            102 net/sunrpc/cache.c 			if (cache_is_expired(detail, tmp)) {
detail            104 net/sunrpc/cache.c 				detail->entries --;
detail            109 net/sunrpc/cache.c 			spin_unlock(&detail->hash_lock);
detail            110 net/sunrpc/cache.c 			cache_put(new, detail);
detail            116 net/sunrpc/cache.c 	detail->entries++;
detail            118 net/sunrpc/cache.c 	spin_unlock(&detail->hash_lock);
detail            121 net/sunrpc/cache.c 		cache_fresh_unlocked(freeme, detail);
detail            122 net/sunrpc/cache.c 		cache_put(freeme, detail);
detail            127 net/sunrpc/cache.c struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail,
detail            132 net/sunrpc/cache.c 	ret = sunrpc_cache_find_rcu(detail, key, hash);
detail            136 net/sunrpc/cache.c 	return sunrpc_cache_add_entry(detail, key, hash);
detail            140 net/sunrpc/cache.c static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch);
detail            143 net/sunrpc/cache.c 			       struct cache_detail *detail)
detail            146 net/sunrpc/cache.c 	if (now <= detail->flush_time)
detail            148 net/sunrpc/cache.c 		now = detail->flush_time + 1;
detail            156 net/sunrpc/cache.c 				 struct cache_detail *detail)
detail            160 net/sunrpc/cache.c 		cache_dequeue(detail, head);
detail            164 net/sunrpc/cache.c struct cache_head *sunrpc_cache_update(struct cache_detail *detail,
detail            174 net/sunrpc/cache.c 		spin_lock(&detail->hash_lock);
detail            179 net/sunrpc/cache.c 				detail->update(old, new);
detail            180 net/sunrpc/cache.c 			cache_fresh_locked(old, new->expiry_time, detail);
detail            181 net/sunrpc/cache.c 			spin_unlock(&detail->hash_lock);
detail            182 net/sunrpc/cache.c 			cache_fresh_unlocked(old, detail);
detail            185 net/sunrpc/cache.c 		spin_unlock(&detail->hash_lock);
detail            188 net/sunrpc/cache.c 	tmp = detail->alloc();
detail            190 net/sunrpc/cache.c 		cache_put(old, detail);
detail            193 net/sunrpc/cache.c 	cache_init(tmp, detail);
detail            194 net/sunrpc/cache.c 	detail->init(tmp, old);
detail            196 net/sunrpc/cache.c 	spin_lock(&detail->hash_lock);
detail            200 net/sunrpc/cache.c 		detail->update(tmp, new);
detail            201 net/sunrpc/cache.c 	hlist_add_head(&tmp->cache_list, &detail->hash_table[hash]);
detail            202 net/sunrpc/cache.c 	detail->entries++;
detail            204 net/sunrpc/cache.c 	cache_fresh_locked(tmp, new->expiry_time, detail);
detail            205 net/sunrpc/cache.c 	cache_fresh_locked(old, 0, detail);
detail            206 net/sunrpc/cache.c 	spin_unlock(&detail->hash_lock);
detail            207 net/sunrpc/cache.c 	cache_fresh_unlocked(tmp, detail);
detail            208 net/sunrpc/cache.c 	cache_fresh_unlocked(old, detail);
detail            209 net/sunrpc/cache.c 	cache_put(old, detail);
detail            242 net/sunrpc/cache.c static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h)
detail            246 net/sunrpc/cache.c 	spin_lock(&detail->hash_lock);
detail            251 net/sunrpc/cache.c 				   detail);
detail            254 net/sunrpc/cache.c 	spin_unlock(&detail->hash_lock);
detail            255 net/sunrpc/cache.c 	cache_fresh_unlocked(h, detail);
detail            273 net/sunrpc/cache.c int cache_check(struct cache_detail *detail,
detail            294 net/sunrpc/cache.c 			switch (cache_make_upcall(detail, h)) {
detail            296 net/sunrpc/cache.c 				rv = try_to_negate_entry(detail, h);
detail            299 net/sunrpc/cache.c 				cache_fresh_unlocked(h, detail);
detail            302 net/sunrpc/cache.c 		} else if (!cache_listeners_exist(detail))
detail            303 net/sunrpc/cache.c 			rv = try_to_negate_entry(detail, h);
detail            318 net/sunrpc/cache.c 		cache_put(h, detail);
detail            511 net/sunrpc/cache.c void cache_purge(struct cache_detail *detail)
detail            518 net/sunrpc/cache.c 	spin_lock(&detail->hash_lock);
detail            519 net/sunrpc/cache.c 	if (!detail->entries) {
detail            520 net/sunrpc/cache.c 		spin_unlock(&detail->hash_lock);
detail            524 net/sunrpc/cache.c 	dprintk("RPC: %d entries in %s cache\n", detail->entries, detail->name);
detail            525 net/sunrpc/cache.c 	for (i = 0; i < detail->hash_size; i++) {
detail            526 net/sunrpc/cache.c 		head = &detail->hash_table[i];
detail            529 net/sunrpc/cache.c 			detail->entries--;
detail            532 net/sunrpc/cache.c 			spin_unlock(&detail->hash_lock);
detail            533 net/sunrpc/cache.c 			cache_fresh_unlocked(ch, detail);
detail            534 net/sunrpc/cache.c 			cache_put(ch, detail);
detail            535 net/sunrpc/cache.c 			spin_lock(&detail->hash_lock);
detail            538 net/sunrpc/cache.c 	spin_unlock(&detail->hash_lock);
detail            784 net/sunrpc/cache.c static int cache_request(struct cache_detail *detail,
detail            790 net/sunrpc/cache.c 	detail->cache_request(detail, crq->item, &bp, &len);
detail           1072 net/sunrpc/cache.c static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch)
detail           1080 net/sunrpc/cache.c 	list_for_each_entry_safe(cq, tmp, &detail->queue, list)
detail           1096 net/sunrpc/cache.c 		cache_put(cr->item, detail);
detail           1161 net/sunrpc/cache.c static void warn_no_listener(struct cache_detail *detail)
detail           1163 net/sunrpc/cache.c 	if (detail->last_warn != detail->last_close) {
detail           1164 net/sunrpc/cache.c 		detail->last_warn = detail->last_close;
detail           1165 net/sunrpc/cache.c 		if (detail->warn_no_listener)
detail           1166 net/sunrpc/cache.c 			detail->warn_no_listener(detail, detail->last_close != 0);
detail           1170 net/sunrpc/cache.c static bool cache_listeners_exist(struct cache_detail *detail)
detail           1172 net/sunrpc/cache.c 	if (atomic_read(&detail->writers))
detail           1174 net/sunrpc/cache.c 	if (detail->last_close == 0)
detail           1177 net/sunrpc/cache.c 	if (detail->last_close < seconds_since_boot() - 30)
detail           1193 net/sunrpc/cache.c int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h)
detail           1200 net/sunrpc/cache.c 	if (!detail->cache_request)
detail           1203 net/sunrpc/cache.c 	if (!cache_listeners_exist(detail)) {
detail           1204 net/sunrpc/cache.c 		warn_no_listener(detail);
detail           1228 net/sunrpc/cache.c 		list_add_tail(&crq->q.list, &detail->queue);
detail             14 tools/testing/selftests/powerpc/include/subunit.h static inline void test_failure_detail(char *name, char *detail)
detail             16 tools/testing/selftests/powerpc/include/subunit.h 	printf("failure: %s [%s]\n", name, detail);